robertohuertasm / SQLite4Unity3d

SQLite made easy for Unity3d
MIT License
1.27k stars 265 forks source link

Added support for MacOSX Standalone #81

Closed GauthierLB closed 6 years ago

GauthierLB commented 6 years ago

Added database path handle for Mac OSX Standalone. Path is : Application.dataPath + "/Resources/Data/StreamingAssets/" + DatabaseName;

robertohuertasm commented 6 years ago

@GauthierLB, thank you very much for this PR! 👍