Property Blacklist

  07. Preferences No Comments

List of properties that should never be shown inside the inspector view, even in Debug Mode+.

If you have any properties where calling their get accessor might result in unwanted side effects in edit mode or play mode, then you will probably want to add them to this list.

If you have a lot of properties with unsafe side effects, you can also turn off Simple Properties In Debug Mode in preferences for a more holistic solution.