XiaoDianNao

Results 5 comments of XiaoDianNao

private void OnEnable() { //InitInspector(); } …… protected bool InspectorGUIStart(bool force = false) { InitInspector(); Repaint(); // Not initialized, try initializing //if (hasSortableArrays && listIndex.Count == 0) // InitInspector(); //if...

👍 Is the ScriptableObject-Inspector planned? Like this ![image](https://user-images.githubusercontent.com/12228930/72715700-ec696d00-3bab-11ea-83d6-285c850092c9.png) I think this feature is very important ! : )