EditorGUILayoutTextField Problem
Hi, I am trying to get the string data of the EEditorGUILayout.TextField() function where the text data will be written by user. levelPath = "C:\\Levels\\Level003.txt"; levelPath =...
View ArticleUnable to Use File Browser from Wiki
Hi, i'm trying to use a FileBrowser from Wiki in my Project. I use this one here : http://www.unifycommunity.com/wiki/index.php?title=ImprovedFileBrowseri added this script...
View ArticleOpen Windows Explorer.
Is there a way for a user to click on a button in-game and have a window pop up like Windows Explorer (or Finder for Mac OS) where you can navigate through directories and open a selected file? I have...
View ArticleHide hidden directories in file browser.
I have a file browser and I want to know how I can prevent hidden directories from showing up within it. Right now it shows all directories. For Mac OS, I believe all I have to do is check to see if...
View Articlefile browser error
hello i'm using the codes posted in "http://www.unifycommunity.com/wiki/index.php?title=ImprovedFileBrowser" error says "Assets/Standard Assets/Scripts/GUILayout1.cs(258,39): error CS0103: The name...
View ArticleAbout the file browser?
Does anyone here have coded successfully the filebrowser in unity which is shown in this link? http://www.unifycommunity.com/wiki/index.php?title=FileBrowser I need a clear explanation on how to apply...
View ArticleFile browser
Hi Everyone, I want to browse a image from my Harddisk or photo gallery(in case of iphone and android), and show this image on the screen. I expand too much time on it but don't found any solution for...
View ArticleCan I replace an audio clip with a user selected file on android?
I wrote a music visualizer using songs just dragged into my unity project to test it. Now, I want to replace that with a menu for users to select songs from their library. So far I am using javascript....
View ArticleOpen Other Project no longer browses folders
I can no longer browse any further than a drives root folder using the Open Other from the Project Wizard. I can still open all my existing projects that are in subfolders, but I can not longer browse...
View ArticleAccessing local system ( File Browser )
How to access a file from local system using Application. For example how can i access a photo from my system for uploading .
View ArticleDo I need an Android Equivalent to DirectoryInfo.GetFiles()?
I have a custom save/load interface for my game. I serialize all my data into .dat files and deserialize them when I load the data. I'm using this code to get the directory information where all my...
View ArticleUnity is creating new Playerprefs every time the game file name/url is updated
Unity is creating new Playerprefs every time the game file name/url is updated, my players lose their saved data with every update. Is there a work around this? The name/url for the file cannot remain...
View ArticleOpen Windows/WinForms FileBrowser from within Unity
Is there a way to use the Windows Forms API in Unity and open the default system file browser? I've tried importing the System.Windows.Forms.dll into Unity, but that only caused errors. I'm developing...
View ArticleHow do I check if a user does not select a file using the...
In my project I'm asking a user to select a png which is then used to build a mesh. I am using the EditorUtility.OpenFilePanel so that the user can select a file, with a while loop checking if the...
View ArticleUsing Android Native Classes in Unity3d / File open Dialog
Hello everyone, I need a function to select a (movie) file from Device memory (Gallery or anything). If I am correct I need to use a android native plugin or something like this. But I don't get what I...
View ArticleHow to select a video file and run it in-game?
Hello, So I really want to make a game where you can play a video file in the game on a plane/quad from the users harddrive (meaning that the video is not going to be part of the game's assist) as a...
View ArticleUsing Directory.GetParent to change drives?
My project has an implemented file browser that looks like this: ![alt text][1] In order to go up a level in the file hierarchy, the 'Up' button calls a method that returns the parent of the current...
View ArticleUnable to browse files from unity build using OpenFileDialog()
Hello everybody, I'm fairly new to scripting and I found nothing on forum about my problem. I'm writing code to let the user specify a file from the computer and I used mono's `system.windows.form.dll`...
View ArticleHow can I have the user chose a filesave location for a c document?
I am using C# to create a C file in unity and right now i have the user type in the full file save location but can i have a dialogue window open to have the user chose the save location in that way?
View Articlehow to solve null reference on file browser script
i'm new to Unity and C# and trying to make an game in which users could upload images and i'm using an free asset named **Simple File Browser** by Graces Games. it is an asset to browser files in the...
View ArticleBest way to add file chooser dialog
Dear all, I derive my class from EditorWindow and use the EditorGUILayout methods. I did not see a FileChooser as an available method. What would be the best option? Add buttons with EditorGuiLayout...
View ArticleDrag file out of unity
Hello! I've seen people ask about dragging files *into* unity, but I am wondering if it is possible to have a file be 'dragged out from' unity? I don't even know where to begin to look for information...
View ArticleUWP & VR Compatable File Browser
I’m creating a Windows VR application that will have a file picker for importing a file and a file picker for choosing a location to export a file. I need a browser that will be compatible with both...
View ArticleHow to use native android file-open-dialog in Unity?
I've seen this dialog to pick/open a file on android in some apps and it seems to me as the native one. But I can't find a way to use it in my own apps. The language of the attached screenshot is...
View ArticleHow to make plugin bundle for Mac OS compatible with Apple requirements?...
Hello! Got this error when uploading my app to the App Store: "ITMS-90303: Unable to Sign - This package doesn't meet the current code signing requirements, StandaloneFileBrowser: unsealed contents...
View ArticlePicking a folder from File Explorer...
One question. I have an InputField and a button. I'd like the button to start up the File Explorer so I can choose a folder. From there, once I clicked "Choose folder", I can have the directory of the...
View ArticleHow to open file manager, choose file and read and save data to be used later...
I'm very new to Unity and coding in general...so am struggling a bit... (need to use it for uni disso work) So I have a button where I want the user to click and import the data they want to be...
View ArticleCustom FileBrowser : Experiencing hangs and big delays.
[link text][1] [1]: /storage/temp/160015-filebrowser.zip This is my custom full screen file browser. I tried to make this as universal and easy as possible. Just drop the folder in assets and go using...
View ArticleUpload files to a remote webserver using unity webgl
I am working on a project which needs a feature to upload documents. The user will be playing the game in unity web build, the user has to pick a file from his local drive, and the same file as to get...
View ArticleFile browser that works in build mode (mac & windows)?
I need to access a file browser to select files in runtime. I need load images dynamically for example. Any idea how get that working for mac & windows?
View Article