yasirkula / UnitySimpleFileBrowser

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

Files do not show in playmode #94

Open KennyMarko opened 4 months ago

KennyMarko commented 4 months ago

Hi, please I need some help using this asset package.

I have tried following the steps from issues https://github.com/yasirkula/UnitySimpleFileBrowser/issues/70 but nothing seems to work.

I switched between unity platform version 2020.3.1f1 to unity 2022.3.12f1

I still get the same results. The files are not visible in play-mode.

*Downloaded the .unitypackage from Github, imported the package into Unity. I downloaded the latest version of the asset

Platform: PC windows Build target : PC windows

*additional log error below

_``` Trying to add MoreOptionsButton (UnityEngine.UI.Image) for graphic rebuild while we are already inside a graphic rebuild loop. This is not supported. UnityEngine.UI.Graphic:set_color (UnityEngine.Color) SimpleFileBrowser.UISkin:ApplyTo (UnityEngine.UI.Text,UnityEngine.Color) (at Assets/Plugins/SimpleFileBrowser/Scripts/UISkin.cs:556) SimpleFileBrowser.UISkin:ApplyTo (UnityEngine.UI.InputField) (at Assets/Plugins/SimpleFileBrowser/Scripts/UISkin.cs:568) SimpleFileBrowser.FileBrowser:RefreshSkin () (at Assets/Plugins/SimpleFileBrowser/Scripts/FileBrowser.cs:1283) SimpleFileBrowser.FileBrowser:Awake () (at Assets/Plugins/SimpleFileBrowser/Scripts/FileBrowser.cs:879)



![image](https://github.com/yasirkula/UnitySimpleFileBrowser/assets/56265224/b80b5c73-cbe3-44f4-964f-4c74085f1eca)
![image](https://github.com/yasirkula/UnitySimpleFileBrowser/assets/56265224/9fe5ce6a-ce51-4da5-a8a2-30c092233f5e)
yasirkula commented 4 months ago

Thank you for the detailed bug report. Hmm, is this issue reproducible on a new Unity project?