Комментарии:
Tardi do you remember me Im RifleRage1 from fn save the world you sound so different 🥺
ОтветитьAfter four months of waiting for a upload you finally upload :)
ОтветитьHey I finally got that account to sub to you after a few years
Ответитьthis helped me so much thank you
Ответитьthanks man
ОтветитьCAN YOU PLEASE SHARE YOUR WALLRUNNING SCRIPT IT LOOKS SO COOL!
ОтветитьI love how much effort was put into this, IT EVEN HAS SUBTITLES!!
Ответитьis there a way to scale the object before destroying it?
Ответитьthank u for this video! how can I create an animation (to export to fbx) of my object after applying the script?
Ответить...this is just what i needed, and it works very well! Thank you very much!!!
ОтветитьTHX
ОтветитьEdit: or just type: Destroy(GameObjectToDestroy, Time to destroy eg 2f);
Copy and paste this if you need:
private void Awake()
{
StartCoroutine(waiter());
}
IEnumerator waiter()
{
yield return new WaitForSeconds(3);
Object.Destroy(this.gameObject);