From 7c6b7b84c1c55e7e55579fc48a2c2943bd631648 Mon Sep 17 00:00:00 2001 From: Joe Date: Sun, 29 Sep 2019 00:04:24 -0400 Subject: [PATCH 1/2] Meta files shouldn't be ignored; this is how assets link to each other. --- .gitignore | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitignore b/.gitignore index ded2765..a77bd44 100644 --- a/.gitignore +++ b/.gitignore @@ -4,8 +4,6 @@ /[Bb]uild/ /[Bb]uilds/ -*.meta - /Assets/AssetStoreTools* /Assets/Plugins/GitHub.meta /Assets/Plugins/GitHub/ From e8506ff5d06e7e256ca025567c46298abd10cc36 Mon Sep 17 00:00:00 2001 From: Joe Date: Sun, 29 Sep 2019 00:05:21 -0400 Subject: [PATCH 2/2] Because of ignored meta files, correct platform settings for DLLs were not applied after cloning repo. Fixed. --- .../JoyconLib_plugins/win32/hidapi.dll.meta | 99 +++++++++++++++++++ .../JoyconLib_plugins/win64/hidapi.dll.meta | 99 +++++++++++++++++++ 2 files changed, 198 insertions(+) create mode 100644 Packages/com.lookingglass.joyconlib/JoyconLib_plugins/win32/hidapi.dll.meta create mode 100644 Packages/com.lookingglass.joyconlib/JoyconLib_plugins/win64/hidapi.dll.meta diff --git a/Packages/com.lookingglass.joyconlib/JoyconLib_plugins/win32/hidapi.dll.meta b/Packages/com.lookingglass.joyconlib/JoyconLib_plugins/win32/hidapi.dll.meta new file mode 100644 index 0000000..59390bf --- /dev/null +++ b/Packages/com.lookingglass.joyconlib/JoyconLib_plugins/win32/hidapi.dll.meta @@ -0,0 +1,99 @@ +fileFormatVersion: 2 +guid: 28baba056f3532f4d9e3061432b22fe5 +PluginImporter: + externalObjects: {} + serializedVersion: 2 + iconMap: {} + executionOrder: {} + isPreloaded: 0 + isOverridable: 1 + platformData: + - first: + '': Any + second: + enabled: 0 + settings: + Exclude Android: 1 + Exclude Editor: 0 + Exclude Linux: 0 + Exclude Linux64: 0 + Exclude LinuxUniversal: 0 + Exclude OSXUniversal: 0 + Exclude WebGL: 1 + Exclude Win: 0 + Exclude Win64: 1 + - first: + Android: Android + second: + enabled: 0 + settings: + CPU: ARMv7 + - first: + Any: + second: + enabled: 0 + settings: {} + - first: + Editor: Editor + second: + enabled: 1 + settings: + CPU: x86 + DefaultValueInitialized: true + OS: Windows + - first: + Facebook: Win + second: + enabled: 0 + settings: + CPU: AnyCPU + - first: + Facebook: Win64 + second: + enabled: 0 + settings: + CPU: None + - first: + Standalone: Linux + second: + enabled: 1 + settings: + CPU: x86 + - first: + Standalone: Linux64 + second: + enabled: 1 + settings: + CPU: x86_64 + - first: + Standalone: LinuxUniversal + second: + enabled: 1 + settings: + CPU: AnyCPU + - first: + Standalone: OSXUniversal + second: + enabled: 1 + settings: + CPU: AnyCPU + - first: + Standalone: Win + second: + enabled: 1 + settings: + CPU: AnyCPU + - first: + Standalone: Win64 + second: + enabled: 0 + settings: + CPU: None + - first: + WebGL: WebGL + second: + enabled: 0 + settings: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Packages/com.lookingglass.joyconlib/JoyconLib_plugins/win64/hidapi.dll.meta b/Packages/com.lookingglass.joyconlib/JoyconLib_plugins/win64/hidapi.dll.meta new file mode 100644 index 0000000..e35684f --- /dev/null +++ b/Packages/com.lookingglass.joyconlib/JoyconLib_plugins/win64/hidapi.dll.meta @@ -0,0 +1,99 @@ +fileFormatVersion: 2 +guid: c80c32913cd4c684aa0f6a9185323c01 +PluginImporter: + externalObjects: {} + serializedVersion: 2 + iconMap: {} + executionOrder: {} + isPreloaded: 0 + isOverridable: 1 + platformData: + - first: + '': Any + second: + enabled: 0 + settings: + Exclude Android: 1 + Exclude Editor: 0 + Exclude Linux: 0 + Exclude Linux64: 0 + Exclude LinuxUniversal: 0 + Exclude OSXUniversal: 0 + Exclude WebGL: 1 + Exclude Win: 1 + Exclude Win64: 0 + - first: + Android: Android + second: + enabled: 0 + settings: + CPU: ARMv7 + - first: + Any: + second: + enabled: 0 + settings: {} + - first: + Editor: Editor + second: + enabled: 1 + settings: + CPU: x86_64 + DefaultValueInitialized: true + OS: Windows + - first: + Facebook: Win + second: + enabled: 0 + settings: + CPU: None + - first: + Facebook: Win64 + second: + enabled: 0 + settings: + CPU: AnyCPU + - first: + Standalone: Linux + second: + enabled: 1 + settings: + CPU: x86 + - first: + Standalone: Linux64 + second: + enabled: 1 + settings: + CPU: x86_64 + - first: + Standalone: LinuxUniversal + second: + enabled: 1 + settings: + CPU: AnyCPU + - first: + Standalone: OSXUniversal + second: + enabled: 1 + settings: + CPU: AnyCPU + - first: + Standalone: Win + second: + enabled: 0 + settings: + CPU: None + - first: + Standalone: Win64 + second: + enabled: 1 + settings: + CPU: AnyCPU + - first: + WebGL: WebGL + second: + enabled: 0 + settings: {} + userData: + assetBundleName: + assetBundleVariant: