When building a HoloLens solution generated by UNITY in some cases following error might be thrown:
Running SerializationWeaver...
System.Exception: Assembly Unprocessed\UnityEngine.Networking.dll does not exist!
Networking.DLL is just an example. In your case any other assembly might appear in the error message.
The reason for this error is the name of folder, which contains your solution. The folder name must not have SPACE in the name.
For example:
“MY PROJECT” is not allowed project name.
“MY-PROJECT” or “MYPROJECT” will work fine.
Posted
Aug 22 2016, 07:06 AM
by
Damir Dobric