How to make mobile game assets like this?

Hi, everyone!

     I'm a tiro, and CGC is my first step to learn blender and concept art. I gained a lot through this half a year. My first expect is to make game assets like this and use it in Unity on mobile platform smoothly:

     https://www.youtube.com/watch?v=DC0uUKr9wuM

     https://assetstore.unity.com/packages/3d/characters/creatures/dark-creatures-pack-36685

    After half year learning, I think it is not hard to model such kind of character. But considering the animations, VFX and get the best performance on mobile devices. There are lots of things I don't know how and where to learn efficiently. 

   Hope for your advices sincerely.

Thanks!

  • Panus Boonyok(zenogias) replied

    Hey,If you are looking to create a game using Unity and Blender here is my advice.


    1.OOP (Object Oriented Programming) ,This is quite basic thing for a programmer but it take a while to understand the meaning and how to use it effectively.


    Actually it's even in Blender as well,if you have already get the concept of OOP.


    2.Optimization ,You need to learn how many triangles you can spend on each character for a mobile game,(I think it's around 3K),Not quite sure myself.


    3.Programming Language ,of course,you can not avoid it if you are looking to become a game developer.

    You have got plenty of choices ,C#,JavaScript,C++

    If you are going to use Unity you have C# and JavaScript and some other languages in Unity but the rest are not much popular and you have some trouble to find some help with other languages since there are not many  people using them.

    In much more complex works ,you may need other Database script as well but let leave the rest for that.


    If you are going to use Unreal Engine you need to learn C++

  • Jonathan Lampel replied

    The only difference between mobile game and regular game assets is the texture size and amount of geometry (and lack of normal maps), so if you haven't checked out these courses they would be a great first step:

    https://cgcookie.com/flow/introduction-to-game-asset-creation

    https://cgcookie.com/flow/creating-a-tower-defense-game