Questions
Techie-Pi opened this issue · 2 comments
Techie-Pi commented
How to use it? Is there any wiki? Can I use it in my project without any problems?
shamsdev commented
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.