Upgraded original RothenburgAR to Unity version 2017.4.5f1 (and upgrading from standalone vuforia to the version integrated in unity)
This commit is contained in:
16
Assets/link.xml
Normal file
16
Assets/link.xml
Normal file
@@ -0,0 +1,16 @@
|
||||
<linker>
|
||||
<!-- The following assemblies contain namespaces that should be fully preserved
|
||||
even when assembly stripping is used. Not excluding the assemblies below from
|
||||
stripping can result in crashes or various exceptions. -->
|
||||
<assembly fullname="Vuforia.UnityExtensions">
|
||||
<namespace fullname="Vuforia" preserve="all"/>
|
||||
</assembly>
|
||||
<assembly fullname="System">
|
||||
<namespace fullname="System.Runtime.InteropServices" preserve="all"/>
|
||||
<namespace fullname="System.Collections.Generic;" preserve="all"/>
|
||||
<namespace fullname="System.Linq;" preserve="all"/>
|
||||
<namespace fullname="System.Text.RegularExpressions;" preserve="all"/>
|
||||
<namespace fullname="System.IO;" preserve="all"/>
|
||||
<namespace fullname="System;" preserve="all"/>
|
||||
</assembly>
|
||||
</linker>
|
||||
Reference in New Issue
Block a user