I can't see my player
I don't know why but i can't see my player :/ Can someone help me?
Comment
Answer by unity_ek98vnTRplGj8Q · Feb 12, 2020 at 05:19 AM
Check that the mesh renderer component is enabled
Check that the mesh filter component actually has the correct mesh in it
Make sure the "default" layer is enabled in the camera's culling layers
Make sure your mesh doesn't have a weird material or shader
Your answer
Follow this Question
Related Questions
Count Number of Polygons / Vertices 1 Answer
How do I enable/disable components in a prefab from another script? 1 Answer
animations not working on multi play mode? 0 Answers
How do I Instantiate a prefab at the x axis position of where the UI button was clicked 1 Answer
How do I optimize my code?,How do I optimize my script? 1 Answer