Let\'s assume I have a class ClassWithMember
class ClassWithMember { int myIntMember = 10; }
How do I get the default value 10 of the m
You can still use Activator.CreateInstance to create a MonoBehaviour/ScriptableObject and check its values, if it's simply for the sake of checking the default Values. Make sure to use DestroyImmediate afterwards ;-)