diff options
| author | Egor Yusov <egor.yusov@gmail.com> | 2019-01-10 04:52:09 +0000 |
|---|---|---|
| committer | Egor Yusov <egor.yusov@gmail.com> | 2019-01-10 04:52:09 +0000 |
| commit | 91d13074d5c3acd938c1514de1bbb95f57e85736 (patch) | |
| tree | 6d5fef02c0504084e175f69ec1a97555fd557665 /unityplugin/GhostCubePlugin/UnityProject | |
| parent | Updated copyright notice on iOS startup screen (diff) | |
| download | DiligentEngine-91d13074d5c3acd938c1514de1bbb95f57e85736.tar.gz DiligentEngine-91d13074d5c3acd938c1514de1bbb95f57e85736.zip | |
Fixed Unity plugin on MacOS
Diffstat (limited to 'unityplugin/GhostCubePlugin/UnityProject')
3 files changed, 90 insertions, 0 deletions
diff --git a/unityplugin/GhostCubePlugin/UnityProject/Assets/Plugins/MacOS.meta b/unityplugin/GhostCubePlugin/UnityProject/Assets/Plugins/MacOS.meta new file mode 100644 index 0000000..174e02c --- /dev/null +++ b/unityplugin/GhostCubePlugin/UnityProject/Assets/Plugins/MacOS.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 4e0f5db3b08d549309b945d702f8ac3a +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/unityplugin/GhostCubePlugin/UnityProject/Assets/Plugins/MacOS/GhostCubePlugin.bundle b/unityplugin/GhostCubePlugin/UnityProject/Assets/Plugins/MacOS/GhostCubePlugin.bundle Binary files differnew file mode 100755 index 0000000..4fe5fbb --- /dev/null +++ b/unityplugin/GhostCubePlugin/UnityProject/Assets/Plugins/MacOS/GhostCubePlugin.bundle diff --git a/unityplugin/GhostCubePlugin/UnityProject/Assets/Plugins/MacOS/GhostCubePlugin.bundle.meta b/unityplugin/GhostCubePlugin/UnityProject/Assets/Plugins/MacOS/GhostCubePlugin.bundle.meta new file mode 100644 index 0000000..d27cf4a --- /dev/null +++ b/unityplugin/GhostCubePlugin/UnityProject/Assets/Plugins/MacOS/GhostCubePlugin.bundle.meta @@ -0,0 +1,82 @@ +fileFormatVersion: 2 +guid: 0250eb748ce024644aba29421db73446 +PluginImporter: + externalObjects: {} + serializedVersion: 2 + iconMap: {} + executionOrder: {} + defineConstraints: [] + isPreloaded: 0 + isOverridable: 0 + isExplicitlyReferenced: 0 + platformData: + - first: + '': Any + second: + enabled: 0 + settings: + Exclude Editor: 0 + Exclude Linux: 1 + Exclude Linux64: 1 + Exclude LinuxUniversal: 1 + Exclude OSXUniversal: 0 + Exclude Win: 1 + Exclude Win64: 1 + - first: + Any: + second: + enabled: 0 + settings: {} + - first: + Editor: Editor + second: + enabled: 1 + settings: + CPU: x86_64 + DefaultValueInitialized: true + OS: OSX + - first: + Facebook: Win + second: + enabled: 0 + settings: + CPU: AnyCPU + - first: + Facebook: Win64 + second: + enabled: 0 + settings: + CPU: AnyCPU + - first: + Standalone: Linux + second: + enabled: 0 + settings: + CPU: x86 + - first: + Standalone: Linux64 + second: + enabled: 0 + settings: + CPU: x86_64 + - first: + Standalone: OSXUniversal + second: + enabled: 1 + settings: + CPU: AnyCPU + - first: + Standalone: Win + second: + enabled: 0 + settings: + CPU: AnyCPU + - first: + Standalone: Win64 + second: + enabled: 0 + settings: + CPU: AnyCPU + userData: + assetBundleName: + assetBundleVariant: |
