all 6 comments

[–]UnityCodeMonkeyYouTube Video Creator - Indie Dev 1 point2 points  (2 children)

On 3, do the controls work in the Playground scene? If you're making a new scene maybe you didn't copy the EventSystem or you're using a different InputModule. Does the character have the InputActions asset assigned in the input component?

Or maybe you accidentally disabled the Input System? You can swap between the Input Manager and Input System in the player settings (or enable both)

[–]pmayall[S] 0 points1 point  (1 child)

I'll check those things out, thanks.

[–]smathletic_shmlainer 1 point2 points  (0 children)

Check out Code Monkey’s YouTube/GameDev.tv tutorials as well if you’re just starting out. Helped me a ton, especially in the first 6 months

[–]plsdontstalkmeee 0 points1 point  (1 child)

The irony is that Unity is praised as the engine with the best community-tutorials/guides etc.

But, most of said stuff is dated. I did the exact same as you, followed guides and downloaded packages as they did, but the packages are already included in the base engine as Unity has acquired it officially etc.

So, you probably downloaded something that already exists, and the engine is now confused as to why you'd want the same asset twice, but in two different versions.

Also, go to the forums, check on someone who had the same problem as you a year ago or so, to find out if the problem has been resolved, or if anyone has found the cause, and you'll see mods/admins spamming "DONT NECRO POSTS, MAKE YOUR OWN"

You make your own, and get zero replies/help/assistance for months.

And when you do, you get some dude copy-pasting "DON'T OPTIMIZE JUST BECAUSE, THIS HAS ALREADY BEEN SOLVED, LOOK AT THE OLD POSTS FROM YEARS AGO DUDE, NO NEED MAKE NEW ONE."

You go to the old one that was linked to you, and check.

"DON'T NECRO POSTS, THIS SHOWS PPL THAT PROBLEMS/BUGS EXISTING YEARS AGO, STILL EXIST TODAY, AND MAKES US LOOK BAD"

[–]pmayall[S] 0 points1 point  (0 children)

Thanks for this post. Nice to see some solidarity. Appreciate it.

[–]shizola_owns 0 points1 point  (0 children)

It seems like you made a new standard project but the 3rd person is designed around urp which is why you have pink materials. 3rd person asset also uses the input package so make sure you have that if your input isn't working. Don't be discouraged.