I took the cutscene scene out of the build and ran the game in the browser again.
Here was the resulting error logged for every object in the gameplay scene.
TWL-PRE-ALPHA-BUILD-…0.framework.js.gz:9 Cannot display correct Hotspot Icon alpha on Beeh…
Unity Version = 6000.2.7f2
Adventure Creator Version = V1.84.3
I am building to Web platform.
Yes, the background music that plays is a part of the appropriate scenes. The music and the UI are the only things that load into the scene properly. The …
THANK YOU! This worked!
I was trying to change the Input Manager settings, but when I accessed the Input System's Control Asset and added "ToggleCursor" it worked!!
Thank you again!!!
SOLVED!
I completely deleted the existing Hotspot component and the Interaction attached to it.
I made a new Hotspot on the mesh object's inspector. I made sure the Input method is set to Mouse and Keyboard, the Mouse clicks have default functiona…
I installed the Unity Input System and changed the Active Input Handling to "Input System Package (New)"
I made sure that the Input method is set to Mouse and Keyboard, and that Mouse clicks have default functionality.
Here are the Setti…
Here are the Setting Manager Input Information and the New Game Wizards Templates page.
https://postimg.cc/QVmMPqK4
Thank you again for helping me with this matter.
I appreciate your diligence.
Thank you ChrisIceBox,
I tried to add the AC Input System Integration from the New Game Wizard's templates, the check box was greyed out.
I also removed the Event System, with no noticeable changes.
Well, it is possible to backtrack, actually, and I've done just that!
And as of just now, the current state is:
The main camera has been restored, with the main camera tag and script.
The player camera has had the main camera tag and script remove…
Success! I changed the player camera to the "maincamera" tag.
So, now the cursor switches textures (as desired) when I hover over the hotspot. However, the interaction sequence is not prompted when I click the hotspot.
I am also using the 9 verbs interface. Maybe the mouse isn't registering the hotspot because of a 9-verb interface setting. hmmm
Thank you to everyone in this thread for helping me with this by the way! <3
Alatriste !!!
Thank you, this solved the invisible yellow box issue!!!!!
However, when I move the first-person cursor over the object's hotspot, nothing happens. I think I need to do something to the cursor.
I FIGURED OUT THE PROBLEM!!!
I had to check the box on the First Person Camera and uncheck the box on the Main camera that comes with the default Unity scene.
I also set the First Person Camera to display 1, and set the main camera to another dis…
I added colliders to the floor and to the player character. The same thing is happening with the 3rd person camera falling through the floor, though.
I've added the 3D cube to the scene, and it falls to the floor of the scene and does not pass thro…