yasirkula / UnitySimpleFileBrowser

A uGUI based runtime file browser for Unity 3D (draggable and resizable)
MIT License
874 stars 113 forks source link

File and folder entries are invisible and unclickable in Unity 2021.3.6 #70

Closed TdXYZ closed 2 years ago

TdXYZ commented 2 years ago

Description of the bug

When opening a file browser for loading up files, there are no files and folders being displayed. The entries exist in the hierarchy, but they are invisible. They cannot be clicked either.

Reproduction steps

Platform specs

Additional info

Everything still works in Unity 2020.3, but not in 2021.3

yasirkula commented 2 years ago

It's likely a Unity bug introduced in 2021.3.2 or later (file browser works fine in 2021.3.1). For a temporary solution, please see: https://forum.unity.com/threads/simple-file-browser-open-source.441908/page-12#post-8269698

nickolas52468 commented 2 years ago

I Just Removed the Canvas and Grahic Raycaster from SimpleFileBrowserCanvas > SimpleFileBrowserWindow > Padding > MidView > Padding > Files following the link up there and it worked! thanks!

yasirkula commented 2 years ago

I've also created a bug report but it hasn't been seen yet. Hopefully they'll resolve this issue soon.

miventech commented 2 years ago

I Just Removed the Canvas and Grahic Raycaster from SimpleFileBrowserCanvas > SimpleFileBrowserWindow > Padding > MidView > Padding > Files following the link up there and it worked! thanks!

THANKS !!! <3

bradhannah commented 2 years ago

I Just Removed the Canvas and Grahic Raycaster from SimpleFileBrowserCanvas > SimpleFileBrowserWindow > Padding > MidView > Padding > Files following the link up there and it worked! thanks!

Amazing - can confirm this did the trick for me as well!

yasirkula commented 2 years ago

Possibly the same Issue: https://issuetracker.unity3d.com/is...vating-and-reactivating-the-parent-gameobject. If it's, then it'll be fixed in 2021.3.9f1 by Unity, thankfully.

yasirkula commented 2 years ago

If anyone gets to test whether or not this issue is fixed on 2021.3.9f1 and newer, please let me know 🤩

EdsartBS commented 2 years ago

If anyone gets to test whether or not this issue is fixed on 2021.3.9f1 and newer, please let me know 🤩

Hi,

I had this same issue in 2021.3.8f1 on a windows device. i have just updated to 2021.3.9f1 and can confirm that its solved for me in this version in both editor and a build.

yasirkula commented 2 years ago

@EdsartBS Thank you for confirming it 🥳 I'm now closing this Issue since it's linked in the FAQ for users that experience it on problematic 2021.3 versions.

yasirkula commented 2 years ago

Reminder for people who visit this thread: if you're using one of the problematic Unity versions and upgrading to the latest LTS isn't possible, please delete the aforementioned components from all nested canvases: #74