Skip to content

Commit 6a032b1

Browse files
authored
fix: add link.xml to prevent IL2CPP stripping Unity.PerformanceTesting (#1172)
1 parent 03264b0 commit 6a032b1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

testproject/Assets/link.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<linker>
2+
<assembly fullname="Unity.PerformanceTesting" preserve="all"/>
3+
</linker>

0 commit comments

Comments
 (0)