I have an object that follows the cursor, and it acts as a hologram to show where your placing your towers, but before this update you could click on stuff beneath this hologram, but now you can’t
The only way around it is moving faster than it. Not really sure what to do, because this is a somewhat important aspect.
Press the “U” Button to unlock all the plants
1 Like
Is there a Mouse Click behavior in it? If there is then it will detect clicks.
1 Like
It does, nothing changed, Just when an object is above it, now it can’t be clicked through.
Did something change where you only click the top object?
After further testing, the “Over” output on the mouse behavior doesn’t even trigger
1 Like
If you have a Mouse behavior in your object it will detect clicks, meaning stuff behind it won’t get clicked.
Mouse Over is a little glitchy when Mouse “down” is being used so you need to use 2 Mouse behaviors.
It’s been like this for a while, so idk. You could store the Mouse behavior in another object then send messages of the actions if that’s easier for you.
Still the over isn’t being detected if the other object is above it.
This is really dumb, Don’t get why this happened.
Also, is there a way to check for mobile on browser, cuz that’s causing issues as well, making a different control scheme for both, cancels one or the other.
Edit: I changed the layering. The problem continues…
The click isn’t activating for the object on top, even though the other doesn’t have a mouse behavior.
What issue is that screenshot meant to show?
You’re talking about the MouseClick behavior, right? MouseMove is very different.