Move with the ball and bounce the ball Unity2D 10/16/2022 Move with the ball and bounce the ball Unity2D: C#: 1.insland: [ SerializeField ] Transform ball ; Rigidbody2D rb ; [ SerializeFi...Read More
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