Category : 09. Troubleshooting

The Problem You have exposed some fields in Power Inspector using an attribute like ShowInInspector or SerializeField. However, whenever you enter play mode or restart unity all the changes you’ve made to these fields are lost. The Reason Power Inspector will display any field that contains the aforementioned attributes, but this does not necessarily mean ..

Read more

Are you suddenly seeing errors in the Console originating from Power Inspector code, possibly triggered by making changes to code? In particular, are you seeing this error in your Log window: “error CS0246: The type or namespace name ‘x’ could not be found. Are you missing an assembly reference?” If so, it’s possible that Unity’s ..

Read more

Power Inspector supports Unity version 2017.3.0f3 and newer. When a new update is released to Unity which alters the inspector experience in some way, it is possible that it might cause some issues in Power Inspector. If this happens, I will try to patch in support to Power Inspector as fast as possible, but there ..

Read more