Skip to content

Commit

Permalink
feat(structure): allow using Malimbe
Browse files Browse the repository at this point in the history
Malimbe helps to write reusable API components for usage in Unity
faster. This change enables the VRTK project to use Malimbe in both
the prefab components as well as in the sample scene's scripts.
  • Loading branch information
Christopher - Marcel Böddecker committed Feb 14, 2019
1 parent 8eabbb3 commit d1222e1
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 2 deletions.
7 changes: 7 additions & 0 deletions Prefabs/FodyWeavers.xml
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>

<Weavers>
<Malimbe.FodyRunner>
<AssemblyNameRegex>^VRTK</AssemblyNameRegex>
</Malimbe.FodyRunner>
</Weavers>
7 changes: 7 additions & 0 deletions Prefabs/FodyWeavers.xml.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 8 additions & 1 deletion Prefabs/VRTK.Prefabs.Runtime.asmdef
Expand Up @@ -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": []
}
9 changes: 8 additions & 1 deletion Samples/Farm/VRTK.Samples.Farm.Runtime.asmdef
Expand Up @@ -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": []
}

0 comments on commit d1222e1

Please sign in to comment.