- Home /
Spries invisible when created
I just downloaded the new version of unity, and I came across a problem. Whenever I would create a new 2D sprite, using the GameObject, 2D Object, Sprite path, it is both invisible to the camera and the editor. I have already tried changing the Z-Dimension of both the sprite and camera, as well as changing the color and opacity. I am still new to Unity, so is this a problem with the engine or have I just forgotten to add a component or something?
Thanks!
Answer by hexagonius · Sep 16, 2018 at 08:40 PM
No sprite is assigned to the sprite you created, assign one. Sprites do not default to a white rectangle
Your answer
Follow this Question
Related Questions
A Question about sprites 3 Answers
Change sprite when moving(2D) 1 Answer
Question on Sprite and Movement 0 Answers
Making transparent sprite render as quad 1 Answer
How to hide game window but show sprite? 0 Answers