-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add round-trip and save format tests #3
base: main
Are you sure you want to change the base?
Commits on Sep 2, 2024
-
add first tests. only one of them works, because:
- there is no domain reload between tests - the SaveManager stores state in a singleton, so it only resets on domain reload - there is no way to deregister a saveable if it is destroyed
Configuration menu - View commit details
-
Copy full SHA for 5e7353e - Browse repository at this point
Copy the full SHA 5e7353eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 771b279 - Browse repository at this point
Copy the full SHA 771b279View commit details -
fix swallowing exceptions in the async to coroutine converter
improve async -> coroutine by reading the UniTask library source code
Configuration menu - View commit details
-
Copy full SHA for 274b1a0 - Browse repository at this point
Copy the full SHA 274b1a0View commit details -
fix hidden exception. the Awaitable WaitForSecondsAsync api is incomp…
…atible with running on different threads. instead relying on C# System.Threading.Tasks
Configuration menu - View commit details
-
Copy full SHA for f930eef - Browse repository at this point
Copy the full SHA f930eefView commit details -
Configuration menu - View commit details
-
Copy full SHA for bbb2cc7 - Browse repository at this point
Copy the full SHA bbb2cc7View commit details -
fix the save file format tests to conform w/ current function w/o the…
… unity json converters
Configuration menu - View commit details
-
Copy full SHA for efde455 - Browse repository at this point
Copy the full SHA efde455View commit details -
organize test files. extract a shared function to a base test class add some documentation to the tests
Configuration menu - View commit details
-
Copy full SHA for e8952d0 - Browse repository at this point
Copy the full SHA e8952d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a3ef02 - Browse repository at this point
Copy the full SHA 9a3ef02View commit details -
add test to test the unity json converterrs
fixup the unity converter test based on real functionality
Configuration menu - View commit details
-
Copy full SHA for 5572e9a - Browse repository at this point
Copy the full SHA 5572e9aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c0b8ca - Browse repository at this point
Copy the full SHA 3c0b8caView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ee4ef0 - Browse repository at this point
Copy the full SHA 9ee4ef0View commit details -
Configuration menu - View commit details
-
Copy full SHA for b8179ec - Browse repository at this point
Copy the full SHA b8179ecView commit details -
remove creation of a saveManager game object from the tests - not nec…
…essary, Singleton will auto-create
Configuration menu - View commit details
-
Copy full SHA for d8ebdad - Browse repository at this point
Copy the full SHA d8ebdadView commit details -
Configuration menu - View commit details
-
Copy full SHA for 51eca0e - Browse repository at this point
Copy the full SHA 51eca0eView commit details -
create conditionally-compiling test assembly to test integration with…
… UnityConverters
Configuration menu - View commit details
-
Copy full SHA for 649fdf9 - Browse repository at this point
Copy the full SHA 649fdf9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7503cab - Browse repository at this point
Copy the full SHA 7503cabView commit details -
rename tests. add a new test to make evident the Vector3 save format …
…when using unity converters
Configuration menu - View commit details
-
Copy full SHA for ac30d33 - Browse repository at this point
Copy the full SHA ac30d33View commit details -
add comments indicating the thread context of ISaveable methods
Add doc comments to some test methods
Configuration menu - View commit details
-
Copy full SHA for 723fad0 - Browse repository at this point
Copy the full SHA 723fad0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 494db75 - Browse repository at this point
Copy the full SHA 494db75View commit details -
use recommendation from unity to test Awaitable async functions. don'…
…t need a custom to-coroutine converter: https://docs.unity3d.com/6000.0/Documentation/Manual/AwaitSupport.html
Configuration menu - View commit details
-
Copy full SHA for 09bf456 - Browse repository at this point
Copy the full SHA 09bf456View commit details