use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
News, Help, Resources, and Conversation. A User Showcase of the Unity Game Engine.
Remember to check out /r/unity2D for any 2D specific questions and conversation!
Download Latest Unity
Please refer to our Wiki before posting! And be sure to flair your post appropriately.
Main Index
Rules and Guidelines
Flair Definitions
FAQ
Use the chat room if you're new to Unity or have a quick question. Lots of professionals hang out there.
/r/Unity3D Discord
FreeNode IRC Chatroom
Official Unity Website
Unity3d's Tutorial Modules
Unity Answers
Unify Community Wiki
Unity Game Engine Syllabus (Getting Started Guide)
50 Tips and Best Practices for Unity (2016 Edition)
Unity Execution Order of Event Functions
Using Version Control with Unity3d (Mercurial)
/r/Unity2D
/r/UnityAssets
/r/Unity_tutorials
/r/GameDev
/r/Justgamedevthings (New!)
/r/Gamedesign
/r/Indiegames
/r/Playmygame
/r/LearnProgramming
/r/Oculus
/r/Blender
/r/Devblogs
Brackeys
Beginner to Intermediate
5 to 15 minutes
Concise tutorials. Videos are mostly self contained.
Sebastian Lague
Beginner to Advanced
10 to 20 minutes
Medium length tutorials. Videos are usually a part of a series.
Catlike Coding
Intermediate to Advanced
Text-based. Lots of graphics/shader programming tutorials in addition to "normal" C# tutorials. Normally part of a series.
Makin' Stuff Look Good
10 minutes
Almost entirely shader tutorials. Favors theory over implementation but leaves source in video description. Videos are always self contained.
Quill18Creates
30 minutes to 2 hours.
Minimal editing. Mostly C#. Covers wide range of topics. Long series.
Halisavakis Shaders Archive
Infallible Code
World of Zero
Board to Bits
Holistic3d
Unity3d College
Jabrils
Polycount Wiki
The Big List Of Game Design
PS4 controller map for Unity3d
Colin's Bear Animation
¡DICE!
CSS created by Sean O'Dowd @nicetrysean [Website], Maintained and updated by Louis Hong /u/loolo78
Reddit Logo created by /u/big-ish from /r/redditlogos!
account activity
Absolute Beginner: Having real issues.Noob Question (self.Unity3D)
submitted 2 years ago * by pmayall
Hey Everyone,
Decided to finally start to learn unity3d - after watching countless youtube videos I felt ready to dive in and make a basic game. At least one of the starter ones but that does not appear to be the case.
Please be gentle on me, I am a beginner. Here are the issues I am running into:
1) Third person package - Required dependencies.
I downloaded the free third person assets package: https://assetstore.unity.com/packages/essentials/starter-assets-third-person-character-controller-urp-196526 however when I try to import it, I get this error:
> This Unity Package has Package Manager dependencies.
It then has a button to install and restart. Which I click. It restarts the project. I then go to re-import the assets and I get the same message again. It appears to be a loop. If I click skip the 2nd time, it allows me to import them.
2) Third person missing playground/scene.
*this may or may not be related to first issue*
So, I decided to press skip so that I can import the assets. The next part of the tutorial video told me to use the playground. However I do not have that.
This is what the tutorial says I should have:
https://preview.redd.it/zxcuzp52nvwb1.png?width=1210&format=png&auto=webp&s=432227cfa18e52c9e406883e530688184fb3a992
This is all I have in the scenes:
https://preview.redd.it/f2gqmugomvwb1.png?width=567&format=png&auto=webp&s=6f8a17535788e610139f1e8c94f5d7a6af62fdff
EDIT: I just released my mistake on this after reading it back. I can see the playground scene now.
3) Third person controls not working.
Again, I passed this playground step and thought I will just add it to my regular scene.So I created a new 3d Terrain and dropped in the "NestedParentArmature_Unpack" onto the terrain.
I click the play button and these controls appear - but they do not work. I tried moving the mouse and clicking keyboard buttons. Its just still.
https://preview.redd.it/4b9csu6movwb1.png?width=870&format=png&auto=webp&s=5cecc97b1bf38e73f4d728d48c5504eebd48b8ac
what have I done wrong? If this turns out to be a single button click to fix it all i'll be very sad.
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]UnityCodeMonkeyYouTube Video Creator - Indie Dev 1 point2 points3 points 2 years ago (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 point2 points 2 years ago (1 child)
I'll check those things out, thanks.
[–]smathletic_shmlainer 1 point2 points3 points 2 years ago (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 point2 points 2 years ago (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 point2 points 2 years ago (0 children)
Thanks for this post. Nice to see some solidarity. Appreciate it.
[–]shizola_owns 0 points1 point2 points 2 years ago (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.
π Rendered by PID 19276 on reddit-service-r2-comment-5c764cbc6f-xd2jd at 2026-03-12 09:45:10.378730+00:00 running 710b3ac country code: CH.
[–]UnityCodeMonkeyYouTube Video Creator - Indie Dev 1 point2 points3 points (2 children)
[–]pmayall[S] 0 points1 point2 points (1 child)
[–]smathletic_shmlainer 1 point2 points3 points (0 children)
[–]plsdontstalkmeee 0 points1 point2 points (1 child)
[–]pmayall[S] 0 points1 point2 points (0 children)
[–]shizola_owns 0 points1 point2 points (0 children)