user interface - Unity 3D Several objects not showing on the screen everytime the level is loaded -
i have simple 2d game , have strange problem whenever level loaded several of objects include platforms , enemies won't display on screen , neither 2d background objects there, can see in hierarchy , functioning should killing player , such. don't show on screen. able show them while pausing player during gameplay , set z position of camera -11 , above every time level reloads after death of player, same problem happens.
i tested on mobile device same problem occurs furthermore can't interact of ui buttons on level, though check code them appropriate.
please help.
edit:
okay after reading, replies, thought may help. o these errors every time load project in unity disappear once game running.
as can see platforms , enemies appear on camera frustum when start game disappear.
it's because near clipping of cam high; set 0.1 , try again.
Comments
Post a Comment