Releases: PrashantMohta/Satchel
Releases · PrashantMohta/Satchel
Release v0.9.2
What's Changed
- add TryGetState and obsolete the original GetState method by @PrashantMohta in #40
Full Changelog: v0.9.1...v0.9.2
Release v0.9.1
Release v0.9.0
What's Changed
- Add ability to build a menu from attributes by @TheMulhima in #39
- Fix empty navigation graph error on betterMenus Reflow
- Add color JSON Converter
- Return null when assembly resource is not found
Full Changelog: v0.8.12...v0.9.0
Release v0.8.12
- Add recursive copy for directories
- Add damage hero marker
- Adds AddFirstAction
- better preloads using generic types
What's Changed
- better preloads using generic types by @PrashantMohta in #35
- Adds AddFirstAction by @randomscorp in #34
Full Changelog: v0.8.11...v0.8.12
v0.8.11
- Fix custom sliders resetting on menu recreation
v0.8.10
Changes between 0.8.3 and 0.8.9 can be found here https://github.com/TheMulhima/Satchel/releases
Changes in 0.8.10
- Fix float and int input field not accepting temporary invalid input
Release v0.8.3b
- Fixes CustomSlider
- Uses better PDB format
Release v0.8.2b
- Adds backward compatibility to FSMUtils
Zip SHA : 8ad8aa3f5fb7874525af5f47b147b3ed0018f9823de932baaf324df1f69ad1c3
Release v0.8.2
- Cache menuScreens
- Add XML comments
- Fix method signature for fsmUtils that extend states *
- Ability to load animations without using a JSON file's path
- Add object pool manager
- Slider fixes & refactor
- Add confirm dialog blueprint
- Added CustomFsmActionFixedUpdate and CustomFsmActionUpdate
Release v0.8.1
- Rename GetDontDestorOnLoadScene to GetDontDestroyOnLoadScene
- Add CustomData holder
- Add CoroutineHelper