File tree Expand file tree Collapse file tree
MsgPack.UnitTest.Unity.Il2cpp.Full.Desktop
MsgPack.UnitTest.Unity.Il2cpp.Full Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -68,3 +68,4 @@ foreach($c in $csproj.Project.ItemGroup.Compile)
6868
6969New-Item ./ Assets/ Dll - ItemType Directory | Out-Null
7070Copy-Item ./ bin/ Debug/ MsgPack.dll ./ Assets/ Dll/ MsgPack.dll - Force
71+ Copy-Item ./ link.xml ./ Assets/ link.xml - Force
Original file line number Diff line number Diff line change 1+ <linker >
2+ <assembly fullname =" System.Runtime.Serialization" >
3+ <type fullname =" System.Runtime.Serialization.DataContractAttribute" preserve =" all" />
4+ <type fullname =" System.Runtime.Serialization.DataMemberAttribute" preserve =" all" />
5+ </assembly >
6+ </linker >
7+
Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ pwsh ./MakeAssets.ps1
29295 . Open this folder with Unity.
30306 . Import ` ../MsgPack.UnitTest.Unity.Il2cpp.Full.Desktop/Assets/Dll ` directory into ` Assets ` of Unity project with Unity Editor.
31317 . Import ` ../MsgPack.UnitTest.Unity.Il2cpp.Full.Desktop/Assets/UnitTests ` directory into ` Assets ` of Unity project with Unity Editor.
32+ 8 . Import ` ../MsgPack.UnitTest.Unity.Il2cpp.Full.Desktop/Assets/link.xml ` file into ` Assets ` of Unity project with Unity Editor.
3233
3334How to run
3435---
You can’t perform that action at this time.
0 commit comments