This video was so clutch, was having the same problem that you solved in this. Thank you sir
@UsumeJovi-Usude Жыл бұрын
Please Please Please watch @CodeMonkeyUnity before watching this video. I don't cover how to setup Netcode for Gameobjects nor do I cover how to setup the New Input System. CodeMonkey already has great tutorials on those topics and he explains the concepts better than I could. I also don't mean to take away from his channel and the work he does, I just want to assist other programmer who may be having similar issues. The Netcode tutorial: kzbin.info/www/bejne/aarYc4J4aLulec0 The New Input System tutorial: kzbin.info/www/bejne/j5vIlpKbact8ecU
@PhantGaming Жыл бұрын
Can you help me ?
@Snead1k10 ай бұрын
Interesting video! Learned alittle bit on how to swap camera from first to third in a single project. Need this for a future game, I’m still learning coding tho before I jump into starting my ideas
@HaydenJohnson6 ай бұрын
Awesome video thank you!
@harddev918110 ай бұрын
This video was so clutch
@viggostromvall63649 ай бұрын
Thank you so much! It works perfectly!
@dandidan12310 ай бұрын
BROTHER HOW DO YOU HAVE ONLY 2 SUBS OMG THX SO MUCH
@josuec3 ай бұрын
Thank you
@41ex7 ай бұрын
Awesome, thanks :)
@topclips395 ай бұрын
Good video
@viggostromvall63649 ай бұрын
if the camera is not enabling for you try to add the if (IsLocalPlayer) { firstPersonCam.gameObject.SetActive(true); } under private void Update() and private void Start()
@PhantGaming Жыл бұрын
Thank for your video, it helpful for me, but when i disable that, the client can not active the camera :(, can you explaint that ?
@UsumeJovi-Usude Жыл бұрын
Not available to help you right now, but I will get back to you tomorrow.
@viggostromvall63649 ай бұрын
Add the if (IsLocalPlayer) { firstPersonCam.gameObject.SetActive(true); } under private void Update() and private void Start(). I had the same issue but this fixed it
@im_an_intern_unity_devАй бұрын
click subscribed as soon as i click into the clip
@StickyLabDev8 ай бұрын
:/
@PhantGaming Жыл бұрын
Do you have discord or anything ? can i make a contact with you ?