8 Best Unity Assets for creating amazing FPS games
Creating a new game from scratch is HARD! Creating good games is even harder. The list of assets below will help you jump start your next FPS project.
Posts related to development in Unity, creation, development and release of Unity Assets, and using assets for Mobile Games creation.
Creating a new game from scratch is HARD! Creating good games is even harder. The list of assets below will help you jump start your next FPS project.
Easy Mobile Pro is for me the simplest, easiest way to bootstrap my game development.
In this post, I’ll show how to easily integrate Quiz Generator with Puppeteer’s Trivia Quiz Game, to generate an endless stream of random questions.
Unity Tutorial: Using MaterialPropertyBlock with Sprite Renderer for simple. easy and quick Sprite colorization.
Support for SVG in Unity is quite limited, and the documentation is not particularly useful. In this tutorial, I’ll guide you thru the process of importing SVG in Unity projects, both from the Unity Editor and dynamically via code. Importing the SVG package The first thing we need to do to be able to work … Read more
In my previous Unity tutorial, we created a parallax / holographic card. One of the settings of the ParallaxPanelScript was a Vector2 property, that controls the maximum rotation of the card, which we’d like to limit to a [0, 50] range for each axis. However, Unity’s regular RangeAttribute does not support Vector2 types. In this … Read more
Unity tutorial on creating holographic cards, giving your UI a nice visual effect of depth and responsiveness.
I’ve just released a HUGE update of my Find the Differences Game Template to the Unity Asset store. This has been a big update, which focused on the gameplay, along with many performance improvements and bug fixes. While the main randomizer engine stayed the same, I’ve improved its mechanisms to make it simpler and easier … Read more
If you’re looking to improve the performance of your C# Unity game, there are many resources out there that talk about performance in Unity. These usually focus on things like better usage of the Unity APIs, better managing your objects, and reducing the size of your resources. Some articles also discuss better ways to write … Read more
Random Selector – Spawn and Loot randomizer is a new Unity Asset that provides an extremely efficient and fast randomizer, for spawning or loot.
Role Playing Games are aways popular, ever since computer games started. They started with console games and evolved along with the Dungeons and Dragons communities. One of the most common and well-known part of the D&D world, that has been implemented in RPG computer games, is the concept of die (as in – plural of … Read more
The Unity Asset Store has many game templates ready to be used. Some of these templates are very well known, such as uMMORPG and UFPS : Ultimate FPS. This post brings you the best lesser-knowns game templates that I could find in the Asset Store. These are well built, complete and polished templates, that can jump … Read more