summaryrefslogtreecommitdiffstats
path: root/YOTSNDMFGenerator.cs
Commit message (Collapse)AuthorAge
* organize, update readmeyum2025-02-19
|
* Fix uploadyum2025-02-19
| | | | | | Scripts must be wrapped in `#if UNITY_EDITOR` or build shits the bed. Also document config structs.
* remove unnecessary saveasset stuffyum2025-02-19
|
* Begin NDMF integrationyum2025-02-19
It mostly works. Weight parameter is being set to 0 which is causing it to not work. Easy enough to fix! TODO: * animations should stay in memory, never save to disk unless debugging * YOTS_weight param should be set to 1 * Generally clean up, so much "if null keep going" bullshit