I hope you will continue because I want to make the game.
@х.ИНЕЙ.х9 ай бұрын
I looked through the playlist and saw we are also making FNAF VR kinda, SO HYPED FOR THIS
@R0dzyn2989 ай бұрын
Thank you for taking my comment into account and for recording the tutorial again ❤
@maniathehedgehog51023 ай бұрын
When I type public Camera. It keeps on changing Camera to CameraManager. What did I do wrong? 8:29
@Atlas_God_of_Void10 ай бұрын
thx mister!
@thornee1710 ай бұрын
You should make more vids on this its really good :)
@GeorgeLecakes10 ай бұрын
Going to remake the next video with UI elements for controlling moving the camera.
@Itssam3000Ай бұрын
agree
@pytron66935 ай бұрын
Do the older tutorials still work in unity today or are they outdated?
@GeorgeLecakes5 ай бұрын
They still work. At most, you might need to change a class name because it was updated. But the rest works.
@Z-RexElite5 ай бұрын
Help me. when i wrote camera in visual studios, theres no green highlight but just a the normal font. please help
@GeorgeLecakes5 ай бұрын
Do you have the unity plugin installed?
@Z-RexElite5 ай бұрын
@@GeorgeLecakes Where to get it? in your videos, when u selected something in visual studios. at the sides, there is a screwdriver, but mine didnt appear.
@GeorgeLecakes5 ай бұрын
@Z-RexElite when you installed Unity, it should have asked you to install visual studio which would have automatically installed the plug-in. You can check if it's installed by going into visual studio and in the top menu click on tools -> get tools and features. This will load up a window which will show different things you can download. Scroll down through the list. None of the gaming category should be a game development with unity. Make sure that check box is clicked and click the install button in a lower right hand corner.
@Z-RexElite5 ай бұрын
@@GeorgeLecakes Wait so i uncheck the game development with unity thing?
@Eww-Crunch10 ай бұрын
for me, when i put the public camera thing in the script, it doesn't show up under camera manager
@GeorgeLecakes10 ай бұрын
Did you make sure to add the public keyword before the variable type and name? If you don't make the variable public, it will not show up in the inspector. Other reasons it won't show up in the inspector is if you mistype something and have an error somewhere in your code and it can't compile.
@johndafuni6 ай бұрын
what's with me and finding videos that were made on my birthday lmfao. btw good tutorial.
@simongermain963810 ай бұрын
nice video
@gachadestroyer96298 ай бұрын
(Doubt this will get seen but..) whenever i go into visual code, i type "public camera" but it doesnt say camera but cameramanager, and i dont know hiw to fix it or what to do bout it
@GeorgeLecakes8 ай бұрын
1) I was using visual studio, not code. 2) Did you have the using UnityEngine at the top of your script? 3) If you are using Visual Studio Tools, do you have the Unity Extension installed? If you don't it won't have the Unity Types such as Camera.
@gachadestroyer96298 ай бұрын
@@GeorgeLecakes so, i am using visual studio, i do have "using UnityEngine" and i do have the unity extention installed, it still aint showin
@AnthonyMiele10 ай бұрын
Thoughts on godot?
@GeorgeLecakes10 ай бұрын
Literally switched to Godot 4 a month ago to make a multiplayer online game. Still learning it. Promising.