Answers for "how to save changes in custom editor unit"

C#
1

unity custom editor save changes

EditorUtility.SetDirty(castedTarget);
Posted by: Guest on June-12-2020

Code answers related to "how to save changes in custom editor unit"

C# Answers by Framework

Browse Popular Code Answers by Language