Hello,
I am currently working on a project using Cesium3DTilesets. For context, I am trying to select a building / tileset I spawn in during runtime. I can select the building when i click it because I am using the “Left Mouse Button” event. However, I want to make it so that I can just hover my mouse over a building / tileset to select it. I attempted using the “on begin cursor over” and “on end cursor over” events, but I am unsure how to link all the objects / buildings I spawn in to that specific event.
Most of the tutorials online are for mesh actors already put in the game. However, since I am spawning multiple buildings during runtime, I wanted to see if there is a way to hover over any building i spawn to select it.
If you need additional information, please let me know. I would be grateful for any helpful tutorials or advice!