Commit graph

3 commits

Author SHA1 Message Date
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
e40bc8bd07 Initial unity project 2023-02-25 23:04:03 -05:00