Having referencing Problems while creating a tile brush for an editor in unity
Hello,
Working on a small project and I have come across an error that I cannot figure out. I pretty sure its very simple but I cannot figure it out. Its simply just creating a property to store a reference to one of my classes "Tile Brush". I have done it a few times but this time it is giving me errors. Any help would be amazing. This is the Tile Brushcode
Here is where I am trying to direct it
I was able to get my TileMap reference fine but i could not with the TileBrush.
Your answer
Follow this Question
Related Questions
Coding Errors 1 Answer
changing a public variable of a prefab with a script. 0 Answers
Does scriptable object data persist through List<> or Array changes? 0 Answers
"error CS1525: Unexpected symbol `end-of-file' " I've tried everything.... 1 Answer
NullReferenceException: Object reference not set to an instance of an Object 1 Answer