Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support unity package manager #34

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Add support unity package manager
  • Loading branch information
shamsdev authored and sk-chanch committed Oct 10, 2022
commit 6af343b6317fac6dc62d4c881467f7bd2912964f
1 change: 1 addition & 0 deletions Davinci/Assets/Davinci/Examples/1- Simple/SimpleExample.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
using UnityEngine;
using UnityEngine.UI;
using DavinciCore;

public class SimpleExample : MonoBehaviour
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
using UnityEngine;
using UnityEngine.UI;
using DavinciCore;

public class PlaceholdersExample : MonoBehaviour
{
Expand Down
1 change: 1 addition & 0 deletions Davinci/Assets/Davinci/Examples/3- Fading/FadingExample.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
using UnityEngine;
using UnityEngine.UI;
using DavinciCore;

public class FadingExample : MonoBehaviour
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
using UnityEngine;
using UnityEngine.UI;
using DavinciCore;

public class CallbacksExample : MonoBehaviour
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
using UnityEngine;
using UnityEngine.UI;
using DavinciCore;

public class TextureExamlpe : MonoBehaviour
{
Expand Down
Loading
You are viewing a condensed version of this merge commit. You can view the full changes here.