File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 23
23
### 1: Download the repository and drop it into folder ` Assets `
24
24
### 2: Add the line below to ` Packages/manifest.json `
25
25
26
- for version ` 3.4.0 `
26
+ for version ` 3.4.1 `
27
27
``` json
28
- "com.virtuesky.sunflower" :" https://github.com/VirtueSky/sunflower.git#3.4.0 " ,
28
+ "com.virtuesky.sunflower" :" https://github.com/VirtueSky/sunflower.git#3.4.1 " ,
29
29
```
30
30
31
31
## Includes modules
Original file line number Diff line number Diff line change 2
2
{
3
3
public class ConstantPackage
4
4
{
5
- public const string VersionSunflower = "3.4.0 " ;
5
+ public const string VersionSunflower = "3.4.1 " ;
6
6
public const string PackageNameInAppPurchase = "com.unity.purchasing" ;
7
7
public const string MaxVersionInAppPurchase = "4.12.2" ;
8
8
public const string PackageNameNewtonsoftJson = "com.unity.nuget.newtonsoft-json" ;
Original file line number Diff line number Diff line change 2
2
"name" : " com.virtuesky.sunflower" ,
3
3
"displayName" : " Sunflower" ,
4
4
"description" : " Core ScriptableObject Architecture for building Unity games" ,
5
- "version" : " 3.4.0 " ,
5
+ "version" : " 3.4.1 " ,
6
6
"unity" : " 2022.3" ,
7
7
"category" : " virtuesky" ,
8
8
"license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments