天天看點

hololens模拟器開發

開發工具:

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 改個名字。