generated from max/template-unity-project
Only Save Dirty Objects #17
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
There might be a way to keep track of/find all the objects that got dirtied during editing of the scene. This could help with only saving changed made instead of going over the entire Unity scene file.
Some references:
If this actually works in a stable way, check if when objects are moved in the hierarchy the objects below it are also marked as dirty. Because if not the
ClearRootOrderProperty
(#16) could be removed.