Commit graph

5 commits

Author SHA1 Message Date
4ae274a686 Update README.md 2024-01-23 22:49:11 -05:00
1cdef0f16e Update the README 2023-09-30 21:19:24 -04:00
372c794a84 Fix WebGL once and for all
* Refactored the assetbundle building script (and added a temporary workaround because for some reason the filenames are now lowercase).

* Changed the style used for preprocessor directives.

* Fixed PlayFab, and as such cake race should now work.

* Refactored NetworkManager

* Fixed integer overflows in `TimeManager.ConvertDateTime2Seconds(DateTime)` and `Spine.AnimationState.Update(Single)`. This fixes the instant crashes on development builds.

* Fixed `AnimationCurve`s in levels by telling unity not to strip the `AnimationCurve` class using a `link.xml` file. This should fix crashes in levels such as Little Pig Adventure.

* Updated README.md
2023-09-30 21:17:54 -04:00
90e409459a WebGL Support :D
* Added WebGL support (obviously)
* Unpacked AssetBundles
* Added some info to README.md
2023-03-03 10:17:51 -05:00
7f5ceb2f67 Initial commit 2023-02-25 19:42:07 -05:00