From 7e0b75799cb1313d0246ddc8f646ce83c37b6332 Mon Sep 17 00:00:00 2001 From: VirtueSky Date: Wed, 17 Jan 2024 20:00:05 +0700 Subject: [PATCH] update version --- README.md | 4 ++-- VirtueSky/Component/EffectAppearComponent.cs | 2 +- VirtueSky/ControlPanel/ConstantPackage.cs | 2 +- package.json | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) 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": [