c# - Unity3D Android file browser -


does know how create file browser in unity android os? don't know start, after did lot of search on it.

what want, user able go through folders on phone or sd card , should able choose text file, save text file string in app , continue there.

thank you!

the file navigation simple using .net 2.0 file browsing functions.

http://msdn.microsoft.com/en-us/library/system.io%28v=vs.80%29.aspx

however have lot of headaches trying unity play ball android's intent broadcasters/receivers , require lot of fiddling java launch other activity.

http://developer.android.com/training/basics/firstapp/starting-activity.html


Comments

Popular posts from this blog

php - SPIP: From Tag directly to an article -

jquery - isAjaxRequest always return false -

ruby on rails - In a controller spec, how to find a specific tag in the generated view? -