Skip to content

Commit 6af343b

Browse files
shamsdevsk-chanch
authored andcommitted
Add support unity package manager
2 parents a55c10f + bc4b493 commit 6af343b

File tree

10 files changed

+513
-475
lines changed

10 files changed

+513
-475
lines changed

Davinci/Assets/Davinci/Examples/1- Simple/SimpleExample.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
using UnityEngine;
22
using UnityEngine.UI;
3+
using DavinciCore;
34

45
public class SimpleExample : MonoBehaviour
56
{

Davinci/Assets/Davinci/Examples/2- Placeholders/PlaceholdersExample.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
using UnityEngine;
22
using UnityEngine.UI;
3+
using DavinciCore;
34

45
public class PlaceholdersExample : MonoBehaviour
56
{

Davinci/Assets/Davinci/Examples/3- Fading/FadingExample.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
using UnityEngine;
22
using UnityEngine.UI;
3+
using DavinciCore;
34

45
public class FadingExample : MonoBehaviour
56
{

Davinci/Assets/Davinci/Examples/4- Callbacks/CallbacksExample.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
using UnityEngine;
22
using UnityEngine.UI;
3+
using DavinciCore;
34

45
public class CallbacksExample : MonoBehaviour
56
{

Davinci/Assets/Davinci/Examples/5- Load as Texture/TextureExamlpe.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
using UnityEngine;
22
using UnityEngine.UI;
3+
using DavinciCore;
34

45
public class TextureExamlpe : MonoBehaviour
56
{

0 commit comments

Comments
 (0)