Author: mult1scr33n
-
Loch Droma
The Loch Droma Viewpoint is on the left side of the A835 when you are heading to Ullapool. It is a rather small loch with a fascinating scenery. The viewpoint is on the east side of the Loch, so you have a small island with some trees between you and the mountains in the distance.…
-
Adding Debug Keys
This is handy if you just want to skip to the next level or disable events that happen on collision with other gameobjects In Unity, you can use the method Keyboard.current.lKey.wasPressedThisFrame to then run another method that loads the next level or turn off collision (these are just examples, of course you can change all…
-
Some Thoughts about Hyongs
More on Hyongs on Wikipedia: https://en.wikipedia.org/wiki/Hyeong It seems it is correctly spelled ‘Hyeong’, but ‘Hyong’ is very common.
-
Roxborough State Park
February 28, 2025 https://www.openstreetmap.org/#map=15/39.43225/-105.07011 Took the Fountain Valley Trail and it was an easy walk. Despite warnings of rattle snakes, black bears and mountain lions, it was very relaxing. Seems not to be as crowded as other places in the Denver area.
-
Scene Change
One thing that excites me more than almost everything else in game design is the possibilities of scene change. In my Unity course, this is just used to switch between levels in a simple casual game, but the possibilities for future projects are interesting. In fiction writing, a scene change must be plausible in most…