diff --git a/Prefabs/FodyWeavers.xml b/Prefabs/FodyWeavers.xml new file mode 100644 index 000000000..2842abe62 --- /dev/null +++ b/Prefabs/FodyWeavers.xml @@ -0,0 +1,7 @@ + + + + + ^VRTK + + diff --git a/Prefabs/FodyWeavers.xml.meta b/Prefabs/FodyWeavers.xml.meta new file mode 100644 index 000000000..03cc9516a --- /dev/null +++ b/Prefabs/FodyWeavers.xml.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 9251ad6870fb623428ccdfe3e0f88bd1 +TextScriptImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Prefabs/VRTK.Prefabs.Runtime.asmdef b/Prefabs/VRTK.Prefabs.Runtime.asmdef index fca78f596..1b0152ab4 100644 --- a/Prefabs/VRTK.Prefabs.Runtime.asmdef +++ b/Prefabs/VRTK.Prefabs.Runtime.asmdef @@ -8,7 +8,14 @@ "excludePlatforms": [], "allowUnsafeCode": false, "overrideReferences": true, - "precompiledReferences": [], + "precompiledReferences": [ + "Malimbe.BehaviourStateRequirementMethod.dll", + "Malimbe.MemberClearanceMethod.dll", + "Malimbe.PropertySerializationAttribute.dll", + "Malimbe.PropertySetterMethod.dll", + "Malimbe.PropertyValidationMethod.dll", + "Malimbe.XmlDocumentationAttribute.dll" + ], "autoReferenced": true, "defineConstraints": [] } \ No newline at end of file diff --git a/Samples/Farm/VRTK.Samples.Farm.Runtime.asmdef b/Samples/Farm/VRTK.Samples.Farm.Runtime.asmdef index 3838862f9..c740a9cfc 100644 --- a/Samples/Farm/VRTK.Samples.Farm.Runtime.asmdef +++ b/Samples/Farm/VRTK.Samples.Farm.Runtime.asmdef @@ -9,7 +9,14 @@ "excludePlatforms": [], "allowUnsafeCode": false, "overrideReferences": true, - "precompiledReferences": [], + "precompiledReferences": [ + "Malimbe.BehaviourStateRequirementMethod.dll", + "Malimbe.MemberClearanceMethod.dll", + "Malimbe.PropertySerializationAttribute.dll", + "Malimbe.PropertySetterMethod.dll", + "Malimbe.PropertyValidationMethod.dll", + "Malimbe.XmlDocumentationAttribute.dll" + ], "autoReferenced": true, "defineConstraints": [] } \ No newline at end of file