Over 11,000 five-star assets
Rated by 85,000+ customers
Supported by 100,000+ forum members
Every asset moderated by Unity
Unity Version | Built-in | URP | HDRP |
---|---|---|---|
2021.3.15f1 | Compatible | Compatible | Compatible |
Bear Data Editor is a Unity3D tool that makes working with Prefabs and ScriptableObjects easy. Any class that inherits from ScriptableObject or MonoBehaviour can utilize the [BearDataEditor] attribute from the CollisionBear.BearDataEditor namespace.
This attribute allows these classes to be accessed via the editor window.
Once exposed and selected, instances of that specific ScriptableObject or GameObject with a component of that MonoBehaviour are neatly displayed in the editor, sorted by name. No need to hunt through your project folders—they're all conveniently accessible.
You can even open multiple editor instances of different types open simultaneously and easily search for assets by name. Plus, each asset is accompanied by a folder icon, navigating to its location in the Unity project folder.