This one fixes some crashes when running a game (#102, #105), and fixes some weird issues related to twiddling (#104 , #106).
The twiddle fix for #106 is technically a breaking change if you're currently twiddling a bit of metadata multiple times in one turn:
- Previously: only the first metadata change in each turn was applied
- Now: All metadata changes are respected.
RUNTIME_METADATA_TWIDDLING_DEBUG was also deprecated. Instead, this info has been integrated in the normal verbose logger.
These are a couple of extra warnings and a nice message when you start a fresh editor. On the repo, there are now bug/feature/PR templates (#103).
Thanks to everyone for passing on these bug reports!