diff --git a/README.md b/README.md index 12469c99..29048254 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@ ### Add the line below to `Packages/manifest.json` -for version `2.3.6` +for version `2.3.7` ```csharp -"com.virtuesky.sunflower":"https://github.com/VirtueSky/sunflower.git#2.3.6", +"com.virtuesky.sunflower":"https://github.com/VirtueSky/sunflower.git#2.3.7", ``` #### Note: diff --git a/VirtueSky/Component/EffectAppearComponent.cs b/VirtueSky/Component/EffectAppearComponent.cs index 986e9710..b7014178 100644 --- a/VirtueSky/Component/EffectAppearComponent.cs +++ b/VirtueSky/Component/EffectAppearComponent.cs @@ -7,7 +7,7 @@ public class EffectAppearComponent : MonoBehaviour { [Range(0, 2f)] public float TimeScale = .7f; public Ease ease = Ease.OutBack; - public Vector3 fromScale; + public Vector3 fromScale = new Vector3(.5f, .5f, .5f); private Vector3 CurrentScale; private Tween _tween; diff --git a/VirtueSky/ControlPanel/ConstantPackage.cs b/VirtueSky/ControlPanel/ConstantPackage.cs index 668c255c..bbdcc425 100644 --- a/VirtueSky/ControlPanel/ConstantPackage.cs +++ b/VirtueSky/ControlPanel/ConstantPackage.cs @@ -2,7 +2,7 @@ { public class ConstantPackage { - public const string VersionSunflower = "2.3.6"; + public const string VersionSunflower = "2.3.7"; public const string PackageNameInAppPurchase = "com.unity.purchasing"; public const string MaxVersionInAppPurchase = "4.10.0"; public const string PackageNameNewtonsoftJson = "com.unity.nuget.newtonsoft-json"; diff --git a/package.json b/package.json index 76c3bc2b..3202322c 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "com.virtuesky.sunflower", "displayName": "Sunflower", "description": "Core ScriptableObject Architecture for building Unity games", - "version": "2.3.6", + "version": "2.3.7", "unity": "2022.3", "category": "virtuesky", "keywords": [