Project Folder Appears Blank After Updating to Unity 6 – Error: ‘Texture must have width greater than 0’

Hello everyone,

I recently updated Unity to version 6 and encountered an issue when opening my existing project. The project folder appears blank in the editor, and I cannot find my scenes or any other assets from the project. The console shows a repeating error:
“Texture must have width greater than 0.”

I’ve checked my project folder in the file system, and all my files are still there, but they are not loading in the Unity editor. I’m not sure what’s causing the error or how to resolve it. Has anyone else faced this issue after updating, or does anyone have suggestions on what to try next?

Thanks in advance for any help!

Hi. You’re using an older version of RainbowFolders which isn’t compatible with the new editor API. Just close the editor, delete RainbowFolders and restart it.

After that, the Unity editor should render fine again and you can import the new version of RainbowFolders from the package manager.

1 Like