Trying to open a file in a Mac Unity app but keep getting:
'The document could not be opened. cannot open files in the format.
Have set the plist up to accept files with a particular ending, and when selecting these files the app will load up but then get this message. Googling the problem looks like will need to implement ‘readFromData:ofType:error:’ or ‘application:openFile:’ so can return YES when the app is quizzed if to allow the file type. If this is the case is there any way to fiddle with the xcode as you could with an iOS build, or is this just not possible with Mac builds not using xcode?
Thanks for any help in advance,
Chris