Spawned objects all pitch black
Hello! I just started learning how to use Unity and I'm currently making my very first project, guided with some Youtube videos.
It's a very simple classic 2D game where blocks fall from the top of the screen and you try to avoid them. I made a prefab of the "Falling Block" which I instantiate with a "Block Spawner".
The problem is that I gave the Falling Block a material but the ones that are created by the spawner are rendered pitch black even tho they have the material...
I'm not sure if this is really clear but I hope it makes more sense with the screenshots. Thanks in advance for your help and your time! :)
Answer by Clairvoyantindie · Apr 30, 2020 at 02:20 PM
I've experienced similar issues I sorted it out by restarting Unity the first time and when it happened again I remade the material. Hope this helps :) @TrexHunter
Unfortunately, it didn't work for me... :/ But thanks for your answer any way ^^'
Your answer
Follow this Question
Related Questions
Spawn an object and then destroy it 1 Answer
Best approach to many gameobjects on screen? 0 Answers
White line behind Object triggering collisions 0 Answers
Adding or removing objects depending on height of parent object in 2D game 1 Answer
Graphics.PresentAndSync (Device.Present) on mobile devices problem 0 Answers