Why Make a Free-to-Play Game? The Pros And Cons
Free-to-play, or F2P, games have been popping up constantly over the past 10 years and they have been a staple type of game on mobile app stores. You’re probably wondering…
Free-to-play, or F2P, games have been popping up constantly over the past 10 years and they have been a staple type of game on mobile app stores. You’re probably wondering…
You often come across things that are transparent or see-through in real life. In a game, sometimes you want objects to become transparent, or you want to put glass panes…
Aside from the ability to pause, sometimes a game also needs a way for players to save progress, too. Especially if it’s a long game that usually takes multiple sessions…
Getting a game known to many people can be difficult at times, especially for us indie developers, but having good publicity is crucial to a game’s success. This is especially…
When your game development process involves dealing with time in the game, you may have come across these time-related properties called Unscaled Time and Real-Time Since Startup, which both seem…
Playtesting is an important part of game development. And if you’re making a game for Android devices, it is almost always a must to test your game on actual devices…
Determining the minimum system requirements for your game can be quite rough, especially if your game is heavy in the graphics department. Newbie developers tend to forget that the machines…
Testing and debugging are important to make sure your game doesn’t behave in a way that it isn’t supposed to. Especially, when it comes to judging the distance of something…
Nesting objects under another object is very useful for many situations, such as making an object’s position relative to another object. When you want to get child objects in Unity…
Not every platform is made the same. There are things that some platforms can and can’t do. And oftentimes, if your game is going to be on multiple platforms, you’ll…