Save Scroll Position Unity 10/30/2022Save Scroll Position Unity Code: public ScrollRect scrollRect ; void OnEnable () { scrollRect . onValueChanged . AddListener ( s...Read More
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