Hi , I will try to explain shortly
my applications was compiled for PC under unity3D without any problem. I changed targed to UWP
with Build Setting :
- Scripting Runtime Version: Stable.Net4.x equivalent
- Scripting Backend : .Net
- Api Compatibility Level : .Net 4.x
it send error of serialization !
Any body find the solution?
Thanks.
UnityException: Failed to run serialization weaver with command "-pdb" "-verbose" "-unity-engine=Temp\StagingArea\Data\Managed\UnityEngine.CoreModule.dll" "Temp\StagingArea\TempSerializationWeaver" "-lock=UWP\project.lock.json" "@C:\Users\User\AppData\Local\Temp mp82e0ab7.tmp" "-additionalAssemblyPath=Temp\StagingArea\Data\Managed".
Symbols will be read from Temp\StagingArea\Data\Managed\UnityEngine.CoreModule.pdb
Symbols will be read from Temp\StagingArea\Data\Managed\Assembly-CSharp.pdb ...