I think i found the problem, is because of the image sprite in the background, i have a scene for the main menu, the menu with the graphic options works without the image in the background when for example i want to change the quality preset(image n…
The graphic options works in game, when i press the pause menu i can change everything, but i created a title-screen menu, i followed the tutorial, copy the pause menu, change the name and do the rest.
In the title-screen menu, the graphic options m…
Ok, but it doesn't work very well, when i change the resolution or quality the window disappear and i can't apply the changes, the full-screen button works.
Hmm, it's not working, i made two objects in the scene a cube and a sphere and ad a hotspot for both, for the cube a gave it a Tag named "DistantHotspot" and place the script in the scene on an empty object, but it's not working the 100 un…
I made a script named CustomRayLengths, i add it to the scene but it gave me errors in console.
Assets\CustomRayLengths.cs(11,42): error CS0029: Cannot implicitly convert type 'string' to 'float'
Assets\CustomRayLengths.cs(31,89): error CS1503: Arg…
Excellent Chris. Thank you very much.
I have a question about subtitles. Can I make the subtitle not disappear and instead use a key to press it for the next subtitle to appear?
Thank you Chris, now it's working. But i have to uncheck the first person camera in the Inspector, also the simplecamera that i'm switching automatically uncheck on play, in Unity URP you must have both camera checked in Inspector to have post-proce…
I manage to make it work, i put an Engine:Wait before the camera switch but it stays for a couple of seconds and it goes back to the First Person Camera.
Thank you Chris for the last reply, you helped me alot.
Now i have a problem with the Camera:Switch , it doesn't work anymore, i'm using Unity 2021.3.3f1 URP and AC 1.75.4, last time i used Unity 2020 and it worked but when i upgraded it doesn't wo…
Hi Chris, i have a small problem.
I've created a main menu using this tutorial Creating a Title-screen menu . When i press New Game the game works fine, i have some triggers that i turn them off just to play them one time, i have some objects in the…
I follow the tutorial Creating a Title-screen menu . I've created a menu and everything works well until i uncheck the Pause game when enabled? . When i do this the menu doesn't work anymore, it appears but when i click on it nothing happens, the hi…
I've created a GameCamera and made it a third person camera using another program because i don't know how to use the Game Camera third-person. When i open the Menu or Inventory the player doesn't move but the camera still rotate with the mouse, how…