A few videos ago I played and review the mobile game Happy Glass. I wanted to show how to create the line draw function of Happ Glass and all the other games like it. The lesson is very simple and only focuses on drawing lines with the mouse position and having a ball roll down it. Unity had already done a marvelous thing a provide the Line Renderer component which helps immensely with being able to create visible lines in your games.
Category: Game Mechanics
Bad Word Filter Asset for Unity
This is our bad word filter asset for Unity that will clean any input field from bad words that you do not want in your game. The script is provided below feel free to copy this script and use it in your games. Watch the tutorial to learn how to implement it.