unity_big_document_of_answers

X Hides Inherited Member

I have seen this warning and the reasoning behind the times I have seen it is that I am trying to create a property on a Monobehavior that already exists. For example,

SpriteRenderer renderer;

Monobehavior game object with a sprite renderer will have a property called renderer already so you will need to name the property something else in your script.


Back Links