How have you learned to develop games with Unreal?

CG is simply Computer Graphics, and my 3D background was simply a lot of hobby projects and some commercial 3D.

If you are interested in doing 3D graphics all you need is… a blender :wink: Blender is definitely one of the best free apps on this planet. When it comes to learning Blender I can recommend 3D Cookie tutorials. Give it a try, start with hard surface modelling, as these are the basics of 3D as it’s used in game dev. And then you will see if you like it or not.

The number of scenarios for you learning path are endless. It’s friday so just find a tutorial and start it, there won’t be a better timing for that ;). Once you start, you will start having ideas where you want to go next.

Oh, I see. If you want to start learning new things so that’s totally fine. Good luck!

Great!!! Very good advice. Thanks a lot.

You can learn whatever you want but remember to practice immediately what you just learned or else you waste your time.

Good advice and very motivational.

I learned watching video tutorials and then doing them.

Then I come up with ideas and make them happen with what I know.

When in doubt Google and the Documentation.

Jonas has some fine tutorials :wink:

Thanks but… how is Jonas? Where are his tutorials?

Google has everything man , starting from this official UE community to other communities , just do some researches and you shall find everything

I watched the YouTube tutorials from Epic.
Then I tried some various things on my own.
Then I googled when I got stuck.
Then I read the forums and Answerhub, and asked quetsions for things I couldn’t find on Google.
Then I downloaded the source code and read through the bits where I couldn’t get good answers.

The main learning loop is a repeating cycle of:

  • try things on your own
  • look for answers (google, youtube, forums, source code, etc)