i’m an absolute newbee, this is the problem
i import the fbx (but it’s the same with a .3ds)
then i apply a script to move it around the screen and it leaves a wave
this is a print screen
any help is apreciated
–
Fabio
i’m an absolute newbee, this is the problem
i import the fbx (but it’s the same with a .3ds)
then i apply a script to move it around the screen and it leaves a wave
this is a print screen
any help is apreciated
–
Fabio
You are most likely Instantiating gameObject every frame, check Update() for Instantiate().
Your Camera’s ‘Clear Flag’ is set to ‘Don’t Clear’. Change it to something else like Skybox or any other as per your need.