An informal light reference for game Artist
You never know when you jsut need to get that sunlight brightness taken care of really quick, and what's a good color temp for this sunset scene? THats what this…
You never know when you jsut need to get that sunlight brightness taken care of really quick, and what's a good color temp for this sunset scene? THats what this…
Godot is node based, as is Amazon Lumberyard successor O3DE. These engines are fundamentally different from Unity and Unreal because they are Node Based instead of using a Scene Manager.…
I get a lot of work doing rendering in game engines. Since 2018 Unity became the easiest place to be doing that kind of offline rendering, especially if you are…
Shader nodes are my favorite tool in any engine I use, and the Godot node editor is wildly powerful... while being absolutely obtuse to learn. Here are the things I…
Learning new languages and paradigms is hard, here's my personal translation guide. These are similar ideas, but not direct analogues. Script things UnityGodotDescriptionvoid Awake() {}func _ready():Runs when the object starts…
You can drag a Blender file into Unity and that will work perfectly, but it is bad practice (if something happens to that file you lose your model completely). Here is how to reliably have a good import without…
You have an FBX, but when you go to import it into Blender it says this: "ASCII FBX files are not supported" "ASCII FBX files are not supported" Solution: The…
After talking with our art mentor, Jonathan, our team began looking into adding water to get some of the beautiful reflections back into our level. We have a few options,…