generated from max/template-unity-project
Readable File Names #14
Labels
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: max/ScenePartition#14
Loading…
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?
Currently the partition files are stored like this: SceneName-Id.yaml
Check if there is a (fast enough) way to add the name of the object and/or the object type.
The name and the type should be added after the 'ID' part since the files need to stay in order (I think, maybe this is not needed anymore, bit is still nice to have).
This could help in source control to get a better understanding of what the user is working with.
Examples:
SceneName-Id-ObjectName.yaml
SceneName-Id-ObjectName-ObjectType.yaml
If an object doesn't have a name, maybe trace it back to the GameObject/Prefab it belongs to.
ScenePartition Readable File Nameto Readable File Nameswhile it is easier to read it might also break version control references on object rename. so this might not be the ideal solution.