Answers for "unity save custom inspector changes"

C#
1

unity custom editor save changes

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

Code answers related to "unity save custom inspector changes"

C# Answers by Framework

Browse Popular Code Answers by Language