Search Unity

Problem opening csv from Unity on Mac

Discussion in 'Scripting' started by miticatechnology, Oct 30, 2014.

  1. miticatechnology

    miticatechnology

    Joined:
    Oct 30, 2014
    Posts:
    14
    Hello.

    I am having problems opening a csv file from Unity on Mac. In Unity play mode in Windows it works but I don't understand why it is not working on Mac.

    I use this sentence to open the file:

    Code (CSharp):
    1. Application.OpenURL ((Application.dataPath) + "//Resources//HojaMateriales//materiales1.csv");
    Also, I have Microsoft Office 2011 installed on my Mac.

    Thanks for your help. Regards,

    Joaquín