Skip to content
This repository has been archived by the owner on Jan 14, 2023. It is now read-only.

Alpha 17

Compare
Choose a tag to compare
@yretenai yretenai released this 29 Mar 22:38
· 136 commits to develop since this release
bc81ce8
  • Fixes a crash with certain MonoBehavior formats
  • Fixes various JSON crashes
  • Fixes serialization caches not being cleared when memory is being freed.
  • Changed PathId searching to number search (instead of string search, minor speedup, will only return the exact PathId)
  • Added support for MonoBehaviour files in Snuggle.Headless
  • Added --no-script / -B to Snuggle.Headless to disable MonoBehaviour processing
  • Added --script to Snuggle.Headless to control script filters
  • Added Script path param type to path formatting, will add the MonoBehaviour full class name to the path.
  • Added enum type support to MonoBehaviour classes

todo: prefer cecil assembly loading instead of type tree loading for monobehaviour since we can get more accurate data types.

This requires the .NET 6 Desktop Runtime in order to run.