Monsters Get Up When Knocked Down in Unity 2D 10/02/2022You can use, to show the waking up process of zombies C# standup: [ SerializeField ] float value = 2f ; [ SerializeField ] private fl...Read More
Ghosts move and hide in unity 2D 9/25/2022In the video the ghost will move, then disappear and move to the next location, will hide present every random time C#: 1:movingghost [ Ser...Read More
AI Enemy Unity-Monsters patrol and cross rivers 9/18/2022 AI Enemy Unity-Monsters patrol and cross rivers C#: 1:enemy_controller [ SerializeField ] Transform left ; [ SerializeField ] Transfor...Read More
AI-Enemy[move-jump attack Player-up and down stairs]Unity 2D 9/10/2022AI_Enemy in Unity 2D: - Move - Jump attack Player - Up and down stairs C#: 1.enemy_controller: [ SerializeField ] Transform left ; [...Read More
Unity Photon Lag 9/09/2022- Solve the problem of lag and delay compensation with photon Games in the video: CHPlay AppStore Code: using Photon . Pun ; using Unit...Read More