Tag: unity3d
Turbo Prop Released
After about a month of hard work I’m proud to announce that my first ever game has been published to the popular mobile app stores. Turbo Prop was created with Unity3D 4.3 and is compatible with Windows Phone, Android, iOS, BlackBerry, and Amazon devices.
Read MoreFrames Per Second Prefab
When building a game, it is often a good idea to know your frames per second (fps) during the testing phase. It is even more important to know this when building for mobile devices that may not have the high specifications that modern computers have.
The easiest method to have the frames per second display is to create a prefab that you can recycle across all your game scenes.
Read MoreSearch
Recent Posts
- Resty Desktop, a GUI for the Restic Backup Application
- Test Password Strength and Password History with TypeScript and MongoDB
- Extract Text from Your PDF and Image Files with Apache Tika
- How to Install MongoDB on Ubuntu: A Step-by-Step Guide for Beginners
- Running MongoDB in Docker - A Complete Guide with Examples