Search Unity

How to create an open file dialog system in unity for mac and windows OS?

Discussion in 'Scripting' started by zyonneo, Dec 13, 2019.

  1. zyonneo

    zyonneo

    Joined:
    Apr 13, 2018
    Posts:
    386
    Hi I am looking to show a path similar to open file dialog.I will keep a browse button and InputField.When I click the browse button I have to find the path to find image files.When I select the image the path should be shown in the InputField.I have done something similar in C#.net windows form long time back.Is something similar available in unity?Later I need that image to convert to bytes and save it.
    For Ios/Android,I think we require a plugin.Is this feature available only for windows?