Bona Data Editor
Bona Fyrvall
$0.0
(no ratings)
Date |
Price |
---|---|
日期和时间 |
价钱($) |
12/05(2018) |
0.0 |
11/20(2024) |
0.0 |
Jump AssetStore
Bona Data Editor is a Unity3D editor extension, made to simplify working with data.
Classes inheriting from ScriptableObject and MonoBehaviour can use the [BonaDataEditor]
attribute to be exposed in the editor window.
When exposed, that type is selectable in the editor and any ScriptableObject instances or Prefab with a specific MonoBehaviour component will be displayedsorted by name, regardless of their location in the project folder making it easy to find and editi data in you game. Useful for projects with lots and lots of data in the form of ScriptableObjects or Prefabs.
Several editor instances can be open simultaneous. Searching by name among instances are supported and next to every asset is a folder icon, allowing you to see its location in your Unity project folder.
Icons and Hotkeys can be configured for type for even easier browsing.
The package is relased as open source under an MIT license. Full source is included in the package and can also be found on Github.com/bonahona/BonaDataEditor.