-
Notifications
You must be signed in to change notification settings - Fork 22
Description
In the custom editor file : BaseEditor, the Update() or even OnInspectorGUI() stops being called after a while. It is called every time I switch from one object to another that has an AGXUnity script at the beginning of the play mode, but after a while, it stops being called.
I don't know exactly how this works, but the problem we are having is that we are changing the material through the code, but those materials are not shown in the inspector. The old material is shown, making it hard to debug. We are using log messages intensively but due to the impact it has on the simulation time, I think there should be an update to the contents of the editor and I don't really understand why it is not updated when selecting an object. The thing is, it is not showing the current data of the object!
Thanks