-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
Updates * The plugin now uses a different method to detect if files should be automatically regenerated rather than relying on the presence or absence of a .git directory for the NativeSDK. If you are using the plugin as a submodule and would like the plugin to automatically regenerate those files after using git to update it, please add ProjectDefinitions.Add("MODIO_DEVELOPMENT_MODE") to your project's target.cs file to ensure those changes are picked up. * NativeSDK updated to 2024.10 release Bugfixes * Getting Started widget should now display correctly once more
- Loading branch information
There are no files selected for viewing
This file was deleted.
This file was deleted.
Large diffs are not rendered by default.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Large diffs are not rendered by default.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
/*! | ||
Embeddable Minimum Strictly-Compliant Promises/A+ 1.1.1 Thenable | ||
Copyright (c) 2013-2014 Ralf S. Engelschall (http://engelschall.com) | ||
Licensed under The MIT License (http://opensource.org/licenses/MIT) | ||
*/ | ||
|
||
/*! Bezier curve function generator. Copyright Gaetan Renaudeau. MIT License: http://en.wikipedia.org/wiki/MIT_License */ | ||
|
||
/*! Runge-Kutta spring physics function generator. Adapted from Framer.js, copyright Koen Bok. MIT License: http://en.wikipedia.org/wiki/MIT_License */ |