Unity, Blender and a test server on one machine will break each other eventually. Containers keep every project's setup in its own box, so your computer stays clean.
6 posts tagged
Unity, Blender and a test server on one machine will break each other eventually. Containers keep every project's setup in its own box, so your computer stays clean.
Launching your first game does not start with code or expensive software. It starts with a character worth building a world around, and a broken prototype.
2D lets you learn movement, collisions and animation without a whole 3D workflow on top. Here is when to start there, when 3D is worth it, and how to skip the art.
How to add and adjust a 2D collider on a sprite in Unity so it can actually collide with the world. The Inspector flow, in five clicks.
The quick fix for characters sticking to walls in 2D Unity — create a Physics Material 2D with zero friction and apply it to your player's Rigidbody 2D.
The shortest path to setting a game icon in Unity — File → Build Settings → Player Settings — plus fixes for the two mini-problems you'll run into.