Search Unity

How can i allow the user to manually save a file in a specific location ?

Discussion in 'Scripting' started by Thibault-Potier, Nov 27, 2015.

  1. Thibault-Potier

    Thibault-Potier

    Joined:
    Apr 10, 2015
    Posts:
    206
    Hi,
    I want the user to select the location (in his computer) of a file he want to save (let's say a screenshot per example).

    I know how to take a screenshot and how to save it in the current directory in my code, but how can i make the user choose it ?

    Any idea how to make that?
     
  2. Thibault-Potier

    Thibault-Potier

    Joined:
    Apr 10, 2015
    Posts:
    206
  3. Kiwasi

    Kiwasi

    Joined:
    Dec 5, 2013
    Posts:
    16,860
    You have access to the full .NET framework. This would normally be handled with the System.IO namespace.