(In C#)
im trying to set my game at the moment so when the mouse hovers over a block, it will change the colour, essentially highlighting it
No matter what I try, making sure what the mouse hits is a block and nothing else, it wont change or even debug.log
Examples of what i have tried and nothing has worked:
OnMouseOver & OnMouseEnter dont work?
im trying to set my game at the moment so when the mouse hovers over a block, it will change the colour, essentially highlighting it
No matter what I try, making sure what the mouse hits is a block and nothing else, it wont change or even debug.log
Examples of what i have tried and nothing has worked:
Code (csharp):