Search Unity

Unity UWP (Windows App Certification Kit check problem)

Discussion in 'Windows' started by akira32chen, Apr 21, 2018.

  1. akira32chen

    akira32chen

    Joined:
    Dec 21, 2012
    Posts:
    29
    I create a empty Unity Project and export UWP with net type. When I do "Windows App Certification Kit" checking, it appears the error message as below: Does somebody know how to solved those problem?

    • API D3D12GetDebugInterface in d3d12.dll is not supported for this application type. UnityPlayer.dll calls this API.
    • API ExecuteAssembly in uwphost.dll is not supported for this application type. Test1.exe calls this API.
    • API DllGetActivationFactory in uwphost.dll is not supported for this application type. Test1.exe has an export that forwards to this API.

    • The binary UnityEngine.HoloLens.dll is built in debug mode.
    • The binary UnityEngine.Analytics.dll is built in debug mode.
    • The binary UnityEngine.Timeline.dll is built in debug mode.
    • The binary UnityEngine.UI.dll is built in debug mode.
    • The binary UnityEngine.StandardEvents.dll is built in debug mode.
    • The binary UnityEngine.SpatialTracking.dll is built in debug mode.
     
  2. Tautvydas-Zilys

    Tautvydas-Zilys

    Unity Technologies

    Joined:
    Jul 25, 2013
    Posts:
    10,680
    Build the app in "Master" config.
     
    theolagendijk likes this.
  3. akira32chen

    akira32chen

    Joined:
    Dec 21, 2012
    Posts:
    29
    If I use Master Config, it will disappear the error when build the app:
    Manifest references file 'Rainbow Drop.dll' which is not part of the payload.
     
  4. Tautvydas-Zilys

    Tautvydas-Zilys

    Unity Technologies

    Joined:
    Jul 25, 2013
    Posts:
    10,680
    What is that DLL? Is it something in your project?
     
  5. akira32chen

    akira32chen

    Joined:
    Dec 21, 2012
    Posts:
    29
    dtoceaneering likes this.
  6. dtoceaneering

    dtoceaneering

    Joined:
    Sep 12, 2018
    Posts:
    10
    Great help for me.
    Thanks a lot .