Unity
A collection of 92 posts
Making a Galaxy from Particle System in Unity: Part 2
This is Part 2 of a two-part series that details the creation of a Galaxy in Unity using a Particle system. We will learn how to add materials to the particle system we made in Part 1 and further refine it to make it look more like a galaxy.
Button Particle Effects in Unity UI
Do you want to make a button in your game a lot more special than other buttons using particle effects inside it? Then you're reading the right article, we will tackle one of the most exciting and useful uses of particle systems inside a button.
Creating Character Control Gravity: Unity Demo
Super Mario Galaxy has a somewhat unique character control system where players can move in all directions. It means that characters can move on the wall seamlessly from the floor and vice versa. We will be learning how can we achieve such features in our game using the Unity game engine.
Making a Galaxy from Particle System in Unity
One of the many effects you can make by using a particle system is a galaxy that keeps spinning along with some stars and clusters of stars, which is what I am going to show you in this blog while explaining the usage of parameters and their description.
Conway's Game of Life in Unity
Game of life also known as Conway's game of life is a model that simulates the creation, existence, and destruction of life. This model is based on the fact that life cannot exist when there is an under or overpopulation and under the right conditions there is a chance of reproducing real life.
Dynamic Foot Placement in Unity Inverse Kinematic
IK has been used by our hand naturally, eg. when we want to grab a cup of coffee laying on the table that is close to us, we naturally bend our arm just right so that we can accurately reach the cup. IK has been in use in robotics for a long time now.
Create and set up a simple Ragdoll physics in Unity
Do you want your character to have dynamic movement when falling down? Well, ragdoll physics does that very easily. Setting up rag dolls in unity is pretty simple and I will show you how you can enable and disable them at run time.