Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.
Lighting test scenes
A quick Unity tip for my future self. Lighting in Unity is crazy complex. You’ll need to do a lot of experiments, like changing light
December 1, 2022
No Comments
Selecting interaction objects with rays
Players walk around a level. They approach an object, and an “E to interact” message appears. How does that work? In the past, I’ve used
November 16, 2022
No Comments
Async
I’ve been wanting to learn about async/await processing in Unity, without using coroutines. Why? Coroutines depend on MonoBehavior, so only work in Unity’s component context.
November 6, 2022
No Comments
Octave 3D notes
Octave 3D is a way cool plugin for making levels in Unity. Octave makes it easier to make levels. Andrew, the dev, has put much
October 12, 2022
No Comments
February 4, 2022
No Comments
February 3, 2022
No Comments