Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Of course! Are there any tutorials you might suggest to get into 3D? Feel like I'm at the point where I should brave it and get over my fears ahaha.

Looking at this game first, I found the need to balance the boxes for my jump very interesting! It could be helpful to have a "sandbox" tutorial where you can learn and understand the mechanic first without dying in the goo. The question of the day is "How do we communicate crucial information to the player?" Also encountered that issue in my game  😅

You're right, having some sort of "tutorial" or way to teach the player is crucial, and for a game jam, it's just hard to do that without dedicating a day's worth of work to it. 


It's hard to recommend specific tutorials as there are so many disciplines, especially in 3D that take extensive knowledge on to be really good at (and that you likely are above my level of competency anyway), but I find that getting a proper workflow is one of the most important as opposed to 2D. Because you're working in 3 dimensions rather than 2, a change in the pipeline can cause massive issues (like having to retarget skeletons for animation, or dealing with normals and tangents for shading, etc). So figure out or do some small projects to get down what you want your workflow to look like, and don't change it up if it's not necessary. For example, I would make a model in MagicaVoxel, export it to Blender, do what I need to in Blender and export that to Unreal. For animations, I was very careful with using the same skeletons if it were on the same model, etc.