realitycollective / com.realitytoolkit.core

The all-purpose framework for building the next reality
MIT License
3 stars 0 forks source link

Remove pointer inspectors #90

Closed FejZa closed 9 months ago

FejZa commented 9 months ago

Reality Collective - Reality Toolkit Pull Request

Overview

Removes the old "pointer" inspectors. They have been causing issues most recently where some serialized fields were not editable or appeared multiple times in the inspector.

Also they are obsolete since the base inspector is good enough.

Also if anything, we'll soonish start replacing any legacy inspectors with UIElements based inspectors, which is better for editor performance.