Skip to content

Commit ce6139d

Browse files
Merge pull request #85 from alexanderlarsen/dev
Version 1.0.1
2 parents caed436 + 3f6a69f commit ce6139d

6 files changed

Lines changed: 49 additions & 280 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## Version 1.0.1
4+
5+
### Fixes
6+
7+
- Removed dependency on Newtonsoft.Json that caused compile errors when importing the package into a clean Unity project.
8+
- Replaced serialization in ProjectSettings with Unity's built-in JsonUtility to ensure the package works out of the box without external dependencies.
9+
310
## Version 1.0.0
411

512
### Full framework rewrite

UnityProject/Saneject/Assets/Plugins/Saneject/Editor/Utilities/JsonUtility.cs

Lines changed: 0 additions & 238 deletions
This file was deleted.

UnityProject/Saneject/Assets/Plugins/Saneject/Editor/Utilities/JsonUtility.cs.meta

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)