-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## [1.0.2] - 2020-02-26 ### Bug Fixes - Fixed obsolete API use in Unity 2019.3. ### Changes - Update Yamato configuration.
- Loading branch information
Unity Technologies
committed
Feb 26, 2020
1 parent
eda2bea
commit 19a290a
Showing
5 changed files
with
20 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"createSeparatePackage": false | ||
"createSeparatePackage": true | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,21 @@ | ||
{ | ||
"name": "com.unity.settings-manager", | ||
"displayName": "Settings Manager", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"unity": "2018.3", | ||
"description": "A framework for making any serializable field a setting, complete with a pre-built settings interface.", | ||
"dependencies": {}, | ||
"samples": [ | ||
{ | ||
"displayName": "User Settings Example", | ||
"description": "Example code showing use of the Settings Manager attributes.", | ||
"path": "Samples~" | ||
} | ||
], | ||
"hideInEditor": true, | ||
"repository": { | ||
"footprint": "d4e654a69bb413c96bf81bf09a46685cd55b03b1", | ||
"type": "git", | ||
"url": "git@github.com:Unity-Technologies/com.unity.settings-manager.git", | ||
"revision": "4e1ab5cb77b40205e6bf01d377846a851232c4e3" | ||
"url": "https://github.com/Unity-Technologies/com.unity.settings-manager.git", | ||
"revision": "e8eedc87ca7850bac0f7b2257db4edb8c300a0f3" | ||
} | ||
} |