File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323### 1: Download the repository and drop it into folder ` Assets `
2424### 2: Add the line below to ` Packages/manifest.json `
2525
26- - for version ` 3.5.3 `
26+ - for version ` 3.5.4 `
2727``` json
28- "com.virtuesky.sunflower" :" https://github.com/VirtueSky/sunflower.git#3.5.3 " ,
28+ "com.virtuesky.sunflower" :" https://github.com/VirtueSky/sunflower.git#3.5.4 " ,
2929```
3030- depencies:
3131``` json
Original file line number Diff line number Diff line change 22{
33 public class ConstantPackage
44 {
5- public const string VersionSunflower = "3.5.3 " ;
5+ public const string VersionSunflower = "3.5.4 " ;
66 public const string PackageNameInAppPurchase = "com.unity.purchasing" ;
77 public const string MaxVersionInAppPurchase = "5.0.2" ;
88 public const string PackageNameNewtonsoftJson = "com.unity.nuget.newtonsoft-json" ;
Original file line number Diff line number Diff line change 22 "name" : " com.virtuesky.sunflower" ,
33 "displayName" : " Sunflower" ,
44 "description" : " Core ScriptableObject Architecture for building Unity games" ,
5- "version" : " 3.5.3 " ,
5+ "version" : " 3.5.4 " ,
66 "unity" : " 2022.3" ,
77 "category" : " virtuesky" ,
8+ "author" : {
9+ "name" : " virtuesky" ,
10+ "email" : " virtuesky.0520@gmail.com" ,
11+ "url" : " https://github.com/VirtueSky"
12+ },
813 "license" : " MIT" ,
914 "keywords" : [
1015 " ScriptableObjectArchitecture" ,
You can’t perform that action at this time.
0 commit comments