hololens模拟器开发

    xiaoxiao2025-12-11  2

    开发工具:

    1.vs2015 update 3

    2.hololens emulator

    3.unity htp

    样例步骤:

    1.unity新建项目,设置main camera  clear flags->solid color;buckground  ->black;clipping planes->0.85;

    2.edit->project setting->quality   levels.windosstore -> fastest.

    3.build settings   -> windows store   

    sdk->universal 10

    uwp build type -> D3D

    add open scenes

    check Unity c# projects

    build

    4.open in vs .

    5.modify package.appxmanifest    

    <TargetDeviceFamily Name="Windows.Holographic" MinVersion="10.0.10240.0" MaxVersionTested="10.0.14393.0" />

    6.  release x86 hololens emulator 10.0.14393.0

    碰到问题:

    ped0900:不能卸载模拟器已存在的应用。

    解决方法:unity project 改个名字。

    转载请注明原文地址: https://ju.6miu.com/read-1304815.html
    最新回复(0)