yasirkula/UnitySimpleFileBrowser

File and folder entries are invisible and unclickable in Unity 2021.3.6

TdXYZ opened this issue · 10 comments

TdXYZ commented

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

  • Open the file browser by calling ShowLoadDialog
  • There are no files or folders shown even when clicking through the quick links

Platform specs

  • Unity version: 2021.3.6f1
  • Platform: macOS
  • How did you download the plugin: Through .unitypackage. Latest version was used.

Additional info

Everything still works in Unity 2020.3, but not in 2021.3

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

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

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

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

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!

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.

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

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.

@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.

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