Skip to content

v3.1.0

Compare
Choose a tag to compare
@OscarAbraham OscarAbraham released this 05 May 02:37
· 2 commits to master since this release

This version adds some features to PropertyContainer designed to support custom prefab override styles and behaviors. It also has some other fixes and minor improvements.

  • Added PropertyContainer.prefabOverrideUssClassName to support custom override styles.
  • Added PropertyContainer.onPrefabOverrideChanged to support other custom reactions to overrides from code.
  • Improves position of PropertyContainer's menu in 2021.3.
  • Fixes SerializedProperty parameter passes to PropertyContainer's constructor not being null-checked.
  • Fixes first click on EditableLabel while on edit mode not deselecting text in some recent Unity versions.
  • Adds "license", "documentationUrl" and "changelogUrl" to package.json.