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
Post a Comment