\$\begingroup\$
\$\endgroup\$
I'm trying to publish a game on the Windows Store using a standalone Windows build in Unity 5.6.2 and Desktop Bridge. Despite unchecking "development build", three Unity DLLs remain in debug mode, which blocks deployment:
- The binary UnityEngine.Networking.dll is built in debug mode.
- The binary UnityEngine.UI.dll is built in debug mode.
- The binary UnityEngine.dll is built in debug mode.
How can I force Unity to give me release DLLs if unchecking "development build" isn't enough?
Ola Ström
2051 gold badge2 silver badges6 bronze badges
asked Sep 28, 2017 at 2:24
You must log in to answer this question.
lang-cs