diff --git a/UnityExamples.Unity5/Assets/DOTween Examples.meta b/UnityExamples.Unity5/Assets/DOTween Examples.meta new file mode 100644 index 0000000..09ca7a6 --- /dev/null +++ b/UnityExamples.Unity5/Assets/DOTween Examples.meta @@ -0,0 +1,9 @@ +fileFormatVersion: 2 +guid: 13f1a616e039fd94baf2221e133fcaf9 +folderAsset: yes +timeCreated: 1486030249 +licenseType: Pro +DefaultImporter: + userData: + assetBundleName: + assetBundleVariant: diff --git a/UnityExamples.Unity5/Assets/Basics.cs b/UnityExamples.Unity5/Assets/DOTween Examples/Basics.cs similarity index 100% rename from UnityExamples.Unity5/Assets/Basics.cs rename to UnityExamples.Unity5/Assets/DOTween Examples/Basics.cs diff --git a/UnityExamples.Unity5/Assets/Basics.cs.meta b/UnityExamples.Unity5/Assets/DOTween Examples/Basics.cs.meta similarity index 100% rename from UnityExamples.Unity5/Assets/Basics.cs.meta rename to UnityExamples.Unity5/Assets/DOTween Examples/Basics.cs.meta diff --git a/UnityExamples.Unity5/Assets/Basics.unity b/UnityExamples.Unity5/Assets/DOTween Examples/Basics.unity similarity index 100% rename from UnityExamples.Unity5/Assets/Basics.unity rename to UnityExamples.Unity5/Assets/DOTween Examples/Basics.unity diff --git a/UnityExamples.Unity5/Assets/Basics.unity.meta b/UnityExamples.Unity5/Assets/DOTween Examples/Basics.unity.meta similarity index 100% rename from UnityExamples.Unity5/Assets/Basics.unity.meta rename to UnityExamples.Unity5/Assets/DOTween Examples/Basics.unity.meta diff --git a/UnityExamples.Unity5/Assets/CustomPlugin Example.meta b/UnityExamples.Unity5/Assets/DOTween Examples/CustomPlugin Example.meta similarity index 100% rename from UnityExamples.Unity5/Assets/CustomPlugin Example.meta rename to UnityExamples.Unity5/Assets/DOTween Examples/CustomPlugin Example.meta diff --git a/UnityExamples.Unity5/Assets/CustomPlugin Example/CustomPluginExample.unity b/UnityExamples.Unity5/Assets/DOTween Examples/CustomPlugin Example/CustomPluginExample.unity similarity index 100% rename from UnityExamples.Unity5/Assets/CustomPlugin Example/CustomPluginExample.unity rename to UnityExamples.Unity5/Assets/DOTween Examples/CustomPlugin Example/CustomPluginExample.unity diff --git a/UnityExamples.Unity5/Assets/CustomPlugin Example/CustomPluginExample.unity.meta b/UnityExamples.Unity5/Assets/DOTween Examples/CustomPlugin Example/CustomPluginExample.unity.meta similarity index 100% rename from UnityExamples.Unity5/Assets/CustomPlugin Example/CustomPluginExample.unity.meta rename to UnityExamples.Unity5/Assets/DOTween Examples/CustomPlugin Example/CustomPluginExample.unity.meta diff --git a/UnityExamples.Unity5/Assets/CustomPlugin Example/CustomPluginExampleBrain.cs b/UnityExamples.Unity5/Assets/DOTween Examples/CustomPlugin Example/CustomPluginExampleBrain.cs similarity index 100% rename from UnityExamples.Unity5/Assets/CustomPlugin Example/CustomPluginExampleBrain.cs rename to UnityExamples.Unity5/Assets/DOTween Examples/CustomPlugin Example/CustomPluginExampleBrain.cs diff --git a/UnityExamples.Unity5/Assets/CustomPlugin Example/CustomPluginExampleBrain.cs.meta b/UnityExamples.Unity5/Assets/DOTween Examples/CustomPlugin Example/CustomPluginExampleBrain.cs.meta similarity index 100% rename from UnityExamples.Unity5/Assets/CustomPlugin Example/CustomPluginExampleBrain.cs.meta rename to UnityExamples.Unity5/Assets/DOTween Examples/CustomPlugin Example/CustomPluginExampleBrain.cs.meta diff --git a/UnityExamples.Unity5/Assets/CustomPlugin Example/CustomRange.cs b/UnityExamples.Unity5/Assets/DOTween Examples/CustomPlugin Example/CustomRange.cs similarity index 100% rename from UnityExamples.Unity5/Assets/CustomPlugin Example/CustomRange.cs rename to UnityExamples.Unity5/Assets/DOTween Examples/CustomPlugin Example/CustomRange.cs diff --git a/UnityExamples.Unity5/Assets/CustomPlugin Example/CustomRange.cs.meta b/UnityExamples.Unity5/Assets/DOTween Examples/CustomPlugin Example/CustomRange.cs.meta similarity index 100% rename from UnityExamples.Unity5/Assets/CustomPlugin Example/CustomRange.cs.meta rename to UnityExamples.Unity5/Assets/DOTween Examples/CustomPlugin Example/CustomRange.cs.meta diff --git a/UnityExamples.Unity5/Assets/CustomPlugin Example/CustomRangePlugin.cs b/UnityExamples.Unity5/Assets/DOTween Examples/CustomPlugin Example/CustomRangePlugin.cs similarity index 98% rename from UnityExamples.Unity5/Assets/CustomPlugin Example/CustomRangePlugin.cs rename to UnityExamples.Unity5/Assets/DOTween Examples/CustomPlugin Example/CustomRangePlugin.cs index b03be7e..4bf6454 100644 --- a/UnityExamples.Unity5/Assets/CustomPlugin Example/CustomRangePlugin.cs +++ b/UnityExamples.Unity5/Assets/DOTween Examples/CustomPlugin Example/CustomRangePlugin.cs @@ -53,7 +53,6 @@ public class CustomRangePlugin : ABSTweenPlugin getter, DOSetter setter, float elapsed, CustomRange startValue, CustomRange changeValue, float duration, bool usingInversePosition, UpdateNotice updateNotice) { - CustomRange res = getter(); float easeVal = EaseManager.Evaluate(t, elapsed, duration, t.easeOvershootOrAmplitude, t.easePeriod); // Here I use startValue directly because CustomRange a struct, so it won't reference the original. diff --git a/UnityExamples.Unity5/Assets/CustomPlugin Example/CustomRangePlugin.cs.meta b/UnityExamples.Unity5/Assets/DOTween Examples/CustomPlugin Example/CustomRangePlugin.cs.meta similarity index 100% rename from UnityExamples.Unity5/Assets/CustomPlugin Example/CustomRangePlugin.cs.meta rename to UnityExamples.Unity5/Assets/DOTween Examples/CustomPlugin Example/CustomRangePlugin.cs.meta diff --git a/UnityExamples.Unity5/Assets/Example Assets.meta b/UnityExamples.Unity5/Assets/DOTween Examples/Example Assets.meta similarity index 100% rename from UnityExamples.Unity5/Assets/Example Assets.meta rename to UnityExamples.Unity5/Assets/DOTween Examples/Example Assets.meta diff --git a/UnityExamples.Unity5/Assets/Example Assets/CircleOutline.png b/UnityExamples.Unity5/Assets/DOTween Examples/Example Assets/CircleOutline.png similarity index 100% rename from UnityExamples.Unity5/Assets/Example Assets/CircleOutline.png rename to UnityExamples.Unity5/Assets/DOTween Examples/Example Assets/CircleOutline.png diff --git a/UnityExamples.Unity5/Assets/Example Assets/CircleOutline.png.meta b/UnityExamples.Unity5/Assets/DOTween Examples/Example Assets/CircleOutline.png.meta similarity index 100% rename from UnityExamples.Unity5/Assets/Example Assets/CircleOutline.png.meta rename to UnityExamples.Unity5/Assets/DOTween Examples/Example Assets/CircleOutline.png.meta diff --git a/UnityExamples.Unity5/Assets/Example Assets/DOTweenLogo.png b/UnityExamples.Unity5/Assets/DOTween Examples/Example Assets/DOTweenLogo.png similarity index 100% rename from UnityExamples.Unity5/Assets/Example Assets/DOTweenLogo.png rename to UnityExamples.Unity5/Assets/DOTween Examples/Example Assets/DOTweenLogo.png diff --git a/UnityExamples.Unity5/Assets/Example Assets/DOTweenLogo.png.meta b/UnityExamples.Unity5/Assets/DOTween Examples/Example Assets/DOTweenLogo.png.meta similarity index 100% rename from UnityExamples.Unity5/Assets/Example Assets/DOTweenLogo.png.meta rename to UnityExamples.Unity5/Assets/DOTween Examples/Example Assets/DOTweenLogo.png.meta diff --git a/UnityExamples.Unity5/Assets/Example Assets/DragTarget.cs b/UnityExamples.Unity5/Assets/DOTween Examples/Example Assets/DragTarget.cs similarity index 100% rename from UnityExamples.Unity5/Assets/Example Assets/DragTarget.cs rename to UnityExamples.Unity5/Assets/DOTween Examples/Example Assets/DragTarget.cs diff --git a/UnityExamples.Unity5/Assets/Example Assets/DragTarget.cs.meta b/UnityExamples.Unity5/Assets/DOTween Examples/Example Assets/DragTarget.cs.meta similarity index 100% rename from UnityExamples.Unity5/Assets/Example Assets/DragTarget.cs.meta rename to UnityExamples.Unity5/Assets/DOTween Examples/Example Assets/DragTarget.cs.meta diff --git a/UnityExamples.Unity5/Assets/Example Assets/MAT Blue.mat b/UnityExamples.Unity5/Assets/DOTween Examples/Example Assets/MAT Blue.mat similarity index 100% rename from UnityExamples.Unity5/Assets/Example Assets/MAT Blue.mat rename to UnityExamples.Unity5/Assets/DOTween Examples/Example Assets/MAT Blue.mat diff --git a/UnityExamples.Unity5/Assets/Example Assets/MAT Blue.mat.meta b/UnityExamples.Unity5/Assets/DOTween Examples/Example Assets/MAT Blue.mat.meta similarity index 100% rename from UnityExamples.Unity5/Assets/Example Assets/MAT Blue.mat.meta rename to UnityExamples.Unity5/Assets/DOTween Examples/Example Assets/MAT Blue.mat.meta diff --git a/UnityExamples.Unity5/Assets/Example Assets/MAT Emission.mat b/UnityExamples.Unity5/Assets/DOTween Examples/Example Assets/MAT Emission.mat similarity index 100% rename from UnityExamples.Unity5/Assets/Example Assets/MAT Emission.mat rename to UnityExamples.Unity5/Assets/DOTween Examples/Example Assets/MAT Emission.mat diff --git a/UnityExamples.Unity5/Assets/Example Assets/MAT Emission.mat.meta b/UnityExamples.Unity5/Assets/DOTween Examples/Example Assets/MAT Emission.mat.meta similarity index 100% rename from UnityExamples.Unity5/Assets/Example Assets/MAT Emission.mat.meta rename to UnityExamples.Unity5/Assets/DOTween Examples/Example Assets/MAT Emission.mat.meta diff --git a/UnityExamples.Unity5/Assets/Example Assets/MAT Green.mat b/UnityExamples.Unity5/Assets/DOTween Examples/Example Assets/MAT Green.mat similarity index 100% rename from UnityExamples.Unity5/Assets/Example Assets/MAT Green.mat rename to UnityExamples.Unity5/Assets/DOTween Examples/Example Assets/MAT Green.mat diff --git a/UnityExamples.Unity5/Assets/Example Assets/MAT Green.mat.meta b/UnityExamples.Unity5/Assets/DOTween Examples/Example Assets/MAT Green.mat.meta similarity index 100% rename from UnityExamples.Unity5/Assets/Example Assets/MAT Green.mat.meta rename to UnityExamples.Unity5/Assets/DOTween Examples/Example Assets/MAT Green.mat.meta diff --git a/UnityExamples.Unity5/Assets/Example Assets/MAT Plane.mat b/UnityExamples.Unity5/Assets/DOTween Examples/Example Assets/MAT Plane.mat similarity index 100% rename from UnityExamples.Unity5/Assets/Example Assets/MAT Plane.mat rename to UnityExamples.Unity5/Assets/DOTween Examples/Example Assets/MAT Plane.mat diff --git a/UnityExamples.Unity5/Assets/Example Assets/MAT Plane.mat.meta b/UnityExamples.Unity5/Assets/DOTween Examples/Example Assets/MAT Plane.mat.meta similarity index 100% rename from UnityExamples.Unity5/Assets/Example Assets/MAT Plane.mat.meta rename to UnityExamples.Unity5/Assets/DOTween Examples/Example Assets/MAT Plane.mat.meta diff --git a/UnityExamples.Unity5/Assets/Example Assets/MAT Purple.mat b/UnityExamples.Unity5/Assets/DOTween Examples/Example Assets/MAT Purple.mat similarity index 100% rename from UnityExamples.Unity5/Assets/Example Assets/MAT Purple.mat rename to UnityExamples.Unity5/Assets/DOTween Examples/Example Assets/MAT Purple.mat diff --git a/UnityExamples.Unity5/Assets/Example Assets/MAT Purple.mat.meta b/UnityExamples.Unity5/Assets/DOTween Examples/Example Assets/MAT Purple.mat.meta similarity index 100% rename from UnityExamples.Unity5/Assets/Example Assets/MAT Purple.mat.meta rename to UnityExamples.Unity5/Assets/DOTween Examples/Example Assets/MAT Purple.mat.meta diff --git a/UnityExamples.Unity5/Assets/Example Assets/MAT Red.mat b/UnityExamples.Unity5/Assets/DOTween Examples/Example Assets/MAT Red.mat similarity index 100% rename from UnityExamples.Unity5/Assets/Example Assets/MAT Red.mat rename to UnityExamples.Unity5/Assets/DOTween Examples/Example Assets/MAT Red.mat diff --git a/UnityExamples.Unity5/Assets/Example Assets/MAT Red.mat.meta b/UnityExamples.Unity5/Assets/DOTween Examples/Example Assets/MAT Red.mat.meta similarity index 100% rename from UnityExamples.Unity5/Assets/Example Assets/MAT Red.mat.meta rename to UnityExamples.Unity5/Assets/DOTween Examples/Example Assets/MAT Red.mat.meta diff --git a/UnityExamples.Unity5/Assets/Example Assets/MAT Yellow.mat b/UnityExamples.Unity5/Assets/DOTween Examples/Example Assets/MAT Yellow.mat similarity index 100% rename from UnityExamples.Unity5/Assets/Example Assets/MAT Yellow.mat rename to UnityExamples.Unity5/Assets/DOTween Examples/Example Assets/MAT Yellow.mat diff --git a/UnityExamples.Unity5/Assets/Example Assets/MAT Yellow.mat.meta b/UnityExamples.Unity5/Assets/DOTween Examples/Example Assets/MAT Yellow.mat.meta similarity index 100% rename from UnityExamples.Unity5/Assets/Example Assets/MAT Yellow.mat.meta rename to UnityExamples.Unity5/Assets/DOTween Examples/Example Assets/MAT Yellow.mat.meta diff --git a/UnityExamples.Unity5/Assets/Example Assets/Prefabs.meta b/UnityExamples.Unity5/Assets/DOTween Examples/Example Assets/Prefabs.meta similarity index 100% rename from UnityExamples.Unity5/Assets/Example Assets/Prefabs.meta rename to UnityExamples.Unity5/Assets/DOTween Examples/Example Assets/Prefabs.meta diff --git a/UnityExamples.Unity5/Assets/Example Assets/Prefabs/Environment.prefab b/UnityExamples.Unity5/Assets/DOTween Examples/Example Assets/Prefabs/Environment.prefab similarity index 100% rename from UnityExamples.Unity5/Assets/Example Assets/Prefabs/Environment.prefab rename to UnityExamples.Unity5/Assets/DOTween Examples/Example Assets/Prefabs/Environment.prefab diff --git a/UnityExamples.Unity5/Assets/Example Assets/Prefabs/Environment.prefab.meta b/UnityExamples.Unity5/Assets/DOTween Examples/Example Assets/Prefabs/Environment.prefab.meta similarity index 100% rename from UnityExamples.Unity5/Assets/Example Assets/Prefabs/Environment.prefab.meta rename to UnityExamples.Unity5/Assets/DOTween Examples/Example Assets/Prefabs/Environment.prefab.meta diff --git a/UnityExamples.Unity5/Assets/Example Assets/TEX Storm.jpg b/UnityExamples.Unity5/Assets/DOTween Examples/Example Assets/TEX Storm.jpg similarity index 100% rename from UnityExamples.Unity5/Assets/Example Assets/TEX Storm.jpg rename to UnityExamples.Unity5/Assets/DOTween Examples/Example Assets/TEX Storm.jpg diff --git a/UnityExamples.Unity5/Assets/Example Assets/TEX Storm.jpg.meta b/UnityExamples.Unity5/Assets/DOTween Examples/Example Assets/TEX Storm.jpg.meta similarity index 100% rename from UnityExamples.Unity5/Assets/Example Assets/TEX Storm.jpg.meta rename to UnityExamples.Unity5/Assets/DOTween Examples/Example Assets/TEX Storm.jpg.meta diff --git a/UnityExamples.Unity5/Assets/Follow.cs b/UnityExamples.Unity5/Assets/DOTween Examples/Follow.cs similarity index 100% rename from UnityExamples.Unity5/Assets/Follow.cs rename to UnityExamples.Unity5/Assets/DOTween Examples/Follow.cs diff --git a/UnityExamples.Unity5/Assets/Follow.cs.meta b/UnityExamples.Unity5/Assets/DOTween Examples/Follow.cs.meta similarity index 100% rename from UnityExamples.Unity5/Assets/Follow.cs.meta rename to UnityExamples.Unity5/Assets/DOTween Examples/Follow.cs.meta diff --git a/UnityExamples.Unity5/Assets/Follow.unity b/UnityExamples.Unity5/Assets/DOTween Examples/Follow.unity similarity index 100% rename from UnityExamples.Unity5/Assets/Follow.unity rename to UnityExamples.Unity5/Assets/DOTween Examples/Follow.unity diff --git a/UnityExamples.Unity5/Assets/Follow.unity.meta b/UnityExamples.Unity5/Assets/DOTween Examples/Follow.unity.meta similarity index 100% rename from UnityExamples.Unity5/Assets/Follow.unity.meta rename to UnityExamples.Unity5/Assets/DOTween Examples/Follow.unity.meta diff --git a/UnityExamples.Unity5/Assets/Materials.cs b/UnityExamples.Unity5/Assets/DOTween Examples/Materials.cs similarity index 100% rename from UnityExamples.Unity5/Assets/Materials.cs rename to UnityExamples.Unity5/Assets/DOTween Examples/Materials.cs diff --git a/UnityExamples.Unity5/Assets/Materials.cs.meta b/UnityExamples.Unity5/Assets/DOTween Examples/Materials.cs.meta similarity index 100% rename from UnityExamples.Unity5/Assets/Materials.cs.meta rename to UnityExamples.Unity5/Assets/DOTween Examples/Materials.cs.meta diff --git a/UnityExamples.Unity5/Assets/Materials.unity b/UnityExamples.Unity5/Assets/DOTween Examples/Materials.unity similarity index 100% rename from UnityExamples.Unity5/Assets/Materials.unity rename to UnityExamples.Unity5/Assets/DOTween Examples/Materials.unity diff --git a/UnityExamples.Unity5/Assets/Materials.unity.meta b/UnityExamples.Unity5/Assets/DOTween Examples/Materials.unity.meta similarity index 100% rename from UnityExamples.Unity5/Assets/Materials.unity.meta rename to UnityExamples.Unity5/Assets/DOTween Examples/Materials.unity.meta diff --git a/UnityExamples.Unity5/Assets/Paths.cs b/UnityExamples.Unity5/Assets/DOTween Examples/Paths.cs similarity index 100% rename from UnityExamples.Unity5/Assets/Paths.cs rename to UnityExamples.Unity5/Assets/DOTween Examples/Paths.cs diff --git a/UnityExamples.Unity5/Assets/Paths.cs.meta b/UnityExamples.Unity5/Assets/DOTween Examples/Paths.cs.meta similarity index 100% rename from UnityExamples.Unity5/Assets/Paths.cs.meta rename to UnityExamples.Unity5/Assets/DOTween Examples/Paths.cs.meta diff --git a/UnityExamples.Unity5/Assets/Paths.unity b/UnityExamples.Unity5/Assets/DOTween Examples/Paths.unity similarity index 100% rename from UnityExamples.Unity5/Assets/Paths.unity rename to UnityExamples.Unity5/Assets/DOTween Examples/Paths.unity diff --git a/UnityExamples.Unity5/Assets/Paths.unity.meta b/UnityExamples.Unity5/Assets/DOTween Examples/Paths.unity.meta similarity index 100% rename from UnityExamples.Unity5/Assets/Paths.unity.meta rename to UnityExamples.Unity5/Assets/DOTween Examples/Paths.unity.meta diff --git a/UnityExamples.Unity5/Assets/Sequences.cs b/UnityExamples.Unity5/Assets/DOTween Examples/Sequences.cs similarity index 100% rename from UnityExamples.Unity5/Assets/Sequences.cs rename to UnityExamples.Unity5/Assets/DOTween Examples/Sequences.cs diff --git a/UnityExamples.Unity5/Assets/Sequences.cs.meta b/UnityExamples.Unity5/Assets/DOTween Examples/Sequences.cs.meta similarity index 100% rename from UnityExamples.Unity5/Assets/Sequences.cs.meta rename to UnityExamples.Unity5/Assets/DOTween Examples/Sequences.cs.meta diff --git a/UnityExamples.Unity5/Assets/Sequences.unity b/UnityExamples.Unity5/Assets/DOTween Examples/Sequences.unity similarity index 100% rename from UnityExamples.Unity5/Assets/Sequences.unity rename to UnityExamples.Unity5/Assets/DOTween Examples/Sequences.unity diff --git a/UnityExamples.Unity5/Assets/Sequences.unity.meta b/UnityExamples.Unity5/Assets/DOTween Examples/Sequences.unity.meta similarity index 100% rename from UnityExamples.Unity5/Assets/Sequences.unity.meta rename to UnityExamples.Unity5/Assets/DOTween Examples/Sequences.unity.meta diff --git a/UnityExamples.Unity5/Assets/UGUI.cs b/UnityExamples.Unity5/Assets/DOTween Examples/UGUI.cs similarity index 100% rename from UnityExamples.Unity5/Assets/UGUI.cs rename to UnityExamples.Unity5/Assets/DOTween Examples/UGUI.cs diff --git a/UnityExamples.Unity5/Assets/UGUI.cs.meta b/UnityExamples.Unity5/Assets/DOTween Examples/UGUI.cs.meta similarity index 100% rename from UnityExamples.Unity5/Assets/UGUI.cs.meta rename to UnityExamples.Unity5/Assets/DOTween Examples/UGUI.cs.meta diff --git a/UnityExamples.Unity5/Assets/UGUI.unity b/UnityExamples.Unity5/Assets/DOTween Examples/UGUI.unity similarity index 100% rename from UnityExamples.Unity5/Assets/UGUI.unity rename to UnityExamples.Unity5/Assets/DOTween Examples/UGUI.unity diff --git a/UnityExamples.Unity5/Assets/UGUI.unity.meta b/UnityExamples.Unity5/Assets/DOTween Examples/UGUI.unity.meta similarity index 100% rename from UnityExamples.Unity5/Assets/UGUI.unity.meta rename to UnityExamples.Unity5/Assets/DOTween Examples/UGUI.unity.meta diff --git a/UnityExamples.Unity5/Assets/Demigiant/DOTween/DOTween.dll b/UnityExamples.Unity5/Assets/Demigiant/DOTween/DOTween.dll index 2fc7145..54cecc1 100644 Binary files a/UnityExamples.Unity5/Assets/Demigiant/DOTween/DOTween.dll and b/UnityExamples.Unity5/Assets/Demigiant/DOTween/DOTween.dll differ diff --git a/UnityExamples.Unity5/Assets/Demigiant/DOTween/DOTween.dll.mdb b/UnityExamples.Unity5/Assets/Demigiant/DOTween/DOTween.dll.mdb index 284ca3e..8ac800a 100644 Binary files a/UnityExamples.Unity5/Assets/Demigiant/DOTween/DOTween.dll.mdb and b/UnityExamples.Unity5/Assets/Demigiant/DOTween/DOTween.dll.mdb differ diff --git a/UnityExamples.Unity5/Assets/Demigiant/DOTween/DOTween43.dll b/UnityExamples.Unity5/Assets/Demigiant/DOTween/DOTween43.dll index 20d6e0a..1f9c0f6 100644 Binary files a/UnityExamples.Unity5/Assets/Demigiant/DOTween/DOTween43.dll and b/UnityExamples.Unity5/Assets/Demigiant/DOTween/DOTween43.dll differ diff --git a/UnityExamples.Unity5/Assets/Demigiant/DOTween/DOTween43.dll.mdb b/UnityExamples.Unity5/Assets/Demigiant/DOTween/DOTween43.dll.mdb index 7c3552a..5eb8c92 100644 Binary files a/UnityExamples.Unity5/Assets/Demigiant/DOTween/DOTween43.dll.mdb and b/UnityExamples.Unity5/Assets/Demigiant/DOTween/DOTween43.dll.mdb differ diff --git a/UnityExamples.Unity5/Assets/Demigiant/DOTween/DOTween46.dll b/UnityExamples.Unity5/Assets/Demigiant/DOTween/DOTween46.dll index 370ba7d..6d3cf8b 100644 Binary files a/UnityExamples.Unity5/Assets/Demigiant/DOTween/DOTween46.dll and b/UnityExamples.Unity5/Assets/Demigiant/DOTween/DOTween46.dll differ diff --git a/UnityExamples.Unity5/Assets/Demigiant/DOTween/DOTween46.dll.mdb b/UnityExamples.Unity5/Assets/Demigiant/DOTween/DOTween46.dll.mdb index c5d6bc8..46a1425 100644 Binary files a/UnityExamples.Unity5/Assets/Demigiant/DOTween/DOTween46.dll.mdb and b/UnityExamples.Unity5/Assets/Demigiant/DOTween/DOTween46.dll.mdb differ diff --git a/UnityExamples.Unity5/Assets/Demigiant/DOTween/DOTween50.dll b/UnityExamples.Unity5/Assets/Demigiant/DOTween/DOTween50.dll index da4976d..2527740 100644 Binary files a/UnityExamples.Unity5/Assets/Demigiant/DOTween/DOTween50.dll and b/UnityExamples.Unity5/Assets/Demigiant/DOTween/DOTween50.dll differ diff --git a/UnityExamples.Unity5/Assets/Demigiant/DOTween/DOTween50.dll.mdb b/UnityExamples.Unity5/Assets/Demigiant/DOTween/DOTween50.dll.mdb index cfece61..d978912 100644 Binary files a/UnityExamples.Unity5/Assets/Demigiant/DOTween/DOTween50.dll.mdb and b/UnityExamples.Unity5/Assets/Demigiant/DOTween/DOTween50.dll.mdb differ diff --git a/UnityExamples.Unity5/Assets/Demigiant/DOTween/Editor/DOTweenEditor.dll b/UnityExamples.Unity5/Assets/Demigiant/DOTween/Editor/DOTweenEditor.dll index f62f516..d017076 100644 Binary files a/UnityExamples.Unity5/Assets/Demigiant/DOTween/Editor/DOTweenEditor.dll and b/UnityExamples.Unity5/Assets/Demigiant/DOTween/Editor/DOTweenEditor.dll differ diff --git a/UnityExamples.Unity5/Assets/Demigiant/DOTween/Editor/DOTweenEditor.dll.mdb b/UnityExamples.Unity5/Assets/Demigiant/DOTween/Editor/DOTweenEditor.dll.mdb index cdd83c2..1fa3bfe 100644 Binary files a/UnityExamples.Unity5/Assets/Demigiant/DOTween/Editor/DOTweenEditor.dll.mdb and b/UnityExamples.Unity5/Assets/Demigiant/DOTween/Editor/DOTweenEditor.dll.mdb differ diff --git a/UnityExamples.Unity5/Assets/Demigiant/DOTween/Editor/DOTweenEditor.pdb b/UnityExamples.Unity5/Assets/Demigiant/DOTween/Editor/DOTweenEditor.pdb deleted file mode 100644 index 22c2cba..0000000 Binary files a/UnityExamples.Unity5/Assets/Demigiant/DOTween/Editor/DOTweenEditor.pdb and /dev/null differ diff --git a/UnityExamples.Unity5/Assets/Demigiant/DOTween/Editor/DOTweenEditor.pdb.meta b/UnityExamples.Unity5/Assets/Demigiant/DOTween/Editor/DOTweenEditor.pdb.meta deleted file mode 100644 index db76109..0000000 --- a/UnityExamples.Unity5/Assets/Demigiant/DOTween/Editor/DOTweenEditor.pdb.meta +++ /dev/null @@ -1,8 +0,0 @@ -fileFormatVersion: 2 -guid: 13f42001f5d426c42a8e0090738096d0 -timeCreated: 1441704883 -licenseType: Free -DefaultImporter: - userData: - assetBundleName: - assetBundleVariant: