Комментарии:
Very nice! Looking forward to seeing the final RLD asset. If pickup the gizmos asset I'll get your RLD as part of that when it's released?
ОтветитьHey! This is pretty cool. I just wanted to ask if I wanted to add an item to the prefab library db on runtime is there a function that has that functionality in your code which I can just call? I tried to looking around but couldn't find one.
ОтветитьI am having issues with adding prefabs to my library. I added the prefab, played the scene, then got a null reference error relating to the previewButton in RTPrefabScrollView.cs. Then back in editor, I am getting these errors: "GUI Error: You are pushing more GUIClips than you are popping. Make sure they are balanced."
and
"Unexpected top level layout group! Missing GUILayout.EndScrollView/EndVertical/EndHorizontal?"
Any idea why or how to fix?