shamsdev / davinci

An esay-to-use image downloading and caching library for Unity

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Questions

Techie-Pi opened this issue · comments

How to use it? Is there any wiki? Can I use it in my project without any problems?

Hello. Thanks for choosing Davinci.
It has a very simple usage. Just download and add main script located in Assets/Davinci/Scripts/Davinci.cs from this repository to your project, or simply download Davinci-v1.1.unitypackage and open it.
Now, you can call Davinci in any script of your project.
Davinci.get().load(imageUrl).into(image).start();
See Examples for more information and sample codes.

Thanks @shamsdev ^^, I will use it