Closed shyamnair3 closed 2 years ago
Hi, you can change Instance's visibility to public (it's private because the file browser is supposed to be used via its static functions and users might get confused about whether or not to use Instance after seeing it in Intellisense): https://github.com/yasirkula/UnitySimpleFileBrowser/blob/bb487817ad4656d19d1e67d5375782531b7e8cb1/Plugins/SimpleFileBrowser/Scripts/FileBrowser.cs#L331
Or you can put the FileBrowser to your scene, assign it to a public variable, deactivate it in Awake/Start and then modify it as you wish.
Thank you for the quick response
Hi,
How to access the FileBrowser instance to change transform,canvas, etc. at runtime?