We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d4d99c commit 910d992Copy full SHA for 910d992
README.md
@@ -213,5 +213,6 @@ class Fruit : ScriptableObject
213
[SerializeField] bool m_IsEnabled;
214
}
215
```
216
-It's worth to note that you can't ```m_Enabled``` as field name, since
217
-it conflicts with a field that Unity implements too, but seemingly Unity isn't using it.
+You can use any field name you like, it doesn't have to be ```m_IsEnabled```.
+However, it's worth to note that you can't use ```m_Enabled``` as field name, because
218
+it conflicts with a field that Unity implements too (but seemingly Unity isn't using it).
0 commit comments