Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
TdXYZ opened this issue Jul 12, 2022 · 10 comments
Closed
Labels

Comments

@TdXYZ
Copy link

TdXYZ commented Jul 12, 2022

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

@TdXYZ TdXYZ added the bug label Jul 12, 2022
@yasirkula
Copy link
Owner

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
Copy link

nickolas52468 commented Jul 22, 2022

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
Copy link
Owner

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

@miventech
Copy link

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
Copy link

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
Copy link
Owner

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
Copy link
Owner

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

@EdsartBS
Copy link

EdsartBS commented Sep 5, 2022

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
Copy link
Owner

@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
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

6 participants