Open
Description
Is your feature request related to a problem? Please describe.
It's getting hard to test every possible combination of things that can be achieved using SerializableInterface.
Describe the solution you'd like
It would be nice, eventually, to have tests. It would also make it easier to do PR (with automated tests and such)
Upside:
- Having tests would prevent breaking changes
- It would help better define what is possible to do
- There could be test scenes to test inspector behaviour (if it's possible)
- When there's going to be sample scenes, it would make sure they haven't been broken by some change
Downside:
- Long / tedious to do
- Dependency to Test Framework package
Describe alternatives you've considered
Manually check every possible combination of things that can happen every time a new PR is merged (or before). It doesn't quite scale well.