Hi all
I’m using an Asset store asset to create a highlight around an object when the mouse hovers over it.
-
currently I’m using a mesh collider to allow this to happen, however I’m concerned about the performance overhead of using this on a large number of objects.
-
so I’d like to switch to using a primitive, however when I add a primitive via the add component function the primitive it adds cannot be rotated (you can reposition / resize it via the inspector though)
-
what I’d like to do is create a cube gameobject, remove the mesh renderer component and reshape/resize/reposition in the GUI and then use this as the collider for the object like so.
I’ve tried childing this to the object of interest but this wasn’t working.
Is this possible?
Thanks in advance