Kaspermoeberg.medium.com

Starting post processing. To start working with post

WebTo start working with post processing in Unity is simple, go into the package manager (window — package manager), choose Unity packages in the packages …

Actived: Just Now

URL: https://kaspermoeberg.medium.com/starting-post-processing-e6026e3f3fbb

Visualizing player health. Usually when making a video game …

WebUsually when making a video game that needs to visualize player health, a health bar or lives counter is the simple and generally reliable way to do it, but it’s also …

Category:  Health Go Health

Building your Unity application. Once you’ve created a version of …

WebOnce you’ve created a version of your application in Unity you want to be able to test or share without having to have Unity open, it’s time to build the application to …

Category:  Health Go Health

Kasper Møberg Rasmussen – Medium

WebRead writing from Kasper Møberg Rasmussen on Medium. Masters graduate of Learning and experience technology from University of southern Denmark, with a passion for the …

Category:  Health Go Health

Retro game over. As part of the GamedevHQ 2D game course

WebAs part of the GamedevHQ 2D game course I was tasked with creating a retro game over screen. So, a great big text box saying “GAME OVER”, but to add some …

Category:  Course Go Health

Three ways to cooldown

WebWhen making a game in Unity, or any other engine for that matter, there's a good chance you'll need a way to force the player to wait for…

Category:  Health Go Health

Variables. Variables are the butter to the… by Kasper Møberg

WebVariables are the butter to the function bread in programming, they contain the data that functions use to customize their outputs. Variables vary in how they are …

Category:  Health Go Health

Seeding the Git tree. When you collaborate on a project using

WebWhen you collaborate on a project using Git and GitHub, there is a prayer to the machine spirits you must follow to avoid merge conflicts. git pull <remote server …

Category:  Health Go Health

Why should I waste my time on pseudo code

WebI want to stop the player going below the screen, I simply tried moving it until it was below the screen, and recorded the result. Using comments like above, to …

Category:  Health Go Health