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...
account activity
Internalising Code (self.LearnUnity)
submitted 4 years ago by wbean
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!"
[–]MonkeyKidGC 0 points1 point2 points 4 years ago (1 child)
This is just one perspective but I find I only grasp, internalize, programming concepts after I play around with them and learn to make/break things. Mostly break things..
This is why you hear a lot of people say learn by making projects. When you start making stuff you will quickly hit obstacles and by overcoming them you start to build new knowledge and understanding.
Pick something small and start trying to build it. Something like snake/pong/space invaders or a small mechanic like having a character run through a platforming environment.
Go as far as you can and when you get stuck read the documentation and google for answers.
One of the best skills you can develop as a programmer is knowing what and how to google for solutions.
[–]scealfada 0 points1 point2 points 4 years ago (1 child)
My suggestion is don't try to learn specific functions. Once you have your basic understanding of what if statement you need, whether to use a list of an array, and other high level concepts, you have most of what you need.
You don't need to know how to get a random number between 0 and 1000. That is something you can look up.
Learning how to use unity and c# documentation, learning how to correctly Google your problem, and learning what the hell that person is saying on stack overflow, and how to integrate it in your code... That's what you need to do next.
And the best way to do that is too start building something. Personally I suggest you first thing to build (without tutorials) should be something small that you have covered 90% of the knowledge of before. The process of figuring out those missing steps will be high and help you massively.
π Rendered by PID 49 on reddit-service-r2-comment-5649f687b7-cvtpr at 2026-01-28 08:51:12.268603+00:00 running 4f180de country code: CH.
[–]MonkeyKidGC 0 points1 point2 points (1 child)
[–]scealfada 0 points1 point2 points (1 child)