Learning Questions | Sololearn: Learn to code for FREE!
+ 2

Learning Questions

Those who make games In unity could you make me a list of the most useful things to know or things you would have done differently when learning.I know the basics like functions loops and stuff like that so you don’t have to put those unless they really are extremely important

4th Jul 2024, 8:59 PM
Hopefull Dev
12 Answers
+ 4
The fundamentals of C# for sure. All of it. You're scripting in C#, so. Delegates can be useful. Also look into coroutines, they are life changing. Familiarize yourself with caching as well; I often end up doing that with coroutines. Try to familiarize yourself with some classes in the unity Library. Look into URP vs HDRP vs default pipeline, you'll want to pick one depending on the project. Delta time, useful for making things not fps dependent. Learn the difference between Fixed update vs Update. Look into the input class. Different features of a camera, layers, and tags are a must. Rigid bodies / colliders for physics. Lighting. As a tip, you can serialize global variables instead of making them public. Playerprefs may be useful for storing data locally. Raycasts may be helpful to know about. Look into building for testing, loading a scene, & ways to optimize. Having some familiarity with shaders and the unity pipeline could come in handy.
5th Jul 2024, 12:35 AM
Rrestoring faith
Rrestoring faith - avatar
+ 2
You'll likely find more relevant information and support from the Unity community. https://forum.unity.com/.
4th Jul 2024, 9:35 PM
Chris Coder
Chris Coder - avatar
+ 1
You're welcome
4th Jul 2024, 9:37 PM
Chris Coder
Chris Coder - avatar
5th Jul 2024, 4:28 AM
R💠🇮🇳
R💠🇮🇳 - avatar
+ 1
https://www.sololearn.com/discuss/708962/?ref=app
5th Jul 2024, 4:30 AM
R💠🇮🇳
R💠🇮🇳 - avatar
+ 1
Okay now you can delete them.
5th Jul 2024, 2:05 PM
R💠🇮🇳
R💠🇮🇳 - avatar
+ 1
You already got the answer in this question that's why.
5th Jul 2024, 2:27 PM
R💠🇮🇳
R💠🇮🇳 - avatar
5th Jul 2024, 2:40 PM
R💠🇮🇳
R💠🇮🇳 - avatar
0
https://www.sololearn.com/Discuss/3283054/?ref=app
4th Jul 2024, 9:16 PM
Lisa
Lisa - avatar
0
Thanks
4th Jul 2024, 9:36 PM
Hopefull Dev
0
Thanks extremly helpfull
5th Jul 2024, 1:00 AM
Hopefull Dev
0
If you see this how did you learn all these things
5th Jul 2024, 1:08 AM
Hopefull Dev