I have a problem pressing or interacting with the hotspot, as I add the hotspot to the objects, but when I start the game I cannot press it, even the name of the hotspot does not appear when I start the game as if it does not exist. Note that I added the hotspot to the objects and added a box collider, and the object and the camera are on the same layer,
I use the first person player I downloaded from adventure creator (the settings are also set to first person perspective settings)
It looks like you're new here. If you want to get involved, click one of these buttons!
Comments
The camera's layer is irrelevant - but your Hotspots will need to be on the Default layer, with no other colliders in between them and the camera, and a "Hotspot ray length" in the Settings Manager set to a long enough distance.
Share screenshots of your Settings Manager in full, and what's your AC version? The recommended way to set up a first person game is to use the updated New Game Wizard, with the Sample First Person Player installed.
Everything is fine but the hotspot is not working
image: https://ibb.co/2h72nww
Run the Demo scene, Basement, with your Manager's assigned - unset the OnStart cutscene field to begin gameplay immediately.
Are Hotspots interactive there? Try raising the "Hotspot ray length" to a larger value.
Your AC version is also quite old. In a separate/duplicate project, import the latest release and try that.
Yes the hotspot works in other scenes but it still doesn't work in this scene even after applying your instructions.
Share a screenshot of your Hotspot, and double-check for objects that may be in between your camera and the Hotspot.
https://ibb.co/q90ZVgf
https://ibb.co/h8NJbnH
screenshots of My Hotspot
Looks like you have two Box Colliders around the bed - make sure that the Hotspot one isn't blocked by the outer.
If the Demo game is running correctly with your own Player / Managers, then it will be down to some aspect of the scene like this.
It doesn't work even after removing the second collider, I really don't know what's happening, I lost two days in a strange problem
PM me the scene file.
You've made modifications to the First Person Player - and added a MainCamera component to the First Person Camera child.
Remove this and enable the Camera component on the auto-generated MainCamera object in the scene.
a lot of thanks