xiaopeng12138 / MaiDXR

VR Arcade Simulator
MIT License
193 stars 14 forks source link

本地编译需要什么环境包 #18

Closed SaltyFishOnTheSea closed 2 years ago

SaltyFishOnTheSea commented 2 years ago

RT,这个需要在什么环境下才能编译

xiaopeng12138 commented 2 years ago

readme里面写了unity官方软件包以外需要安装的包和dll,一个是uWindowCapture,另一个是InputSimulator,第二个是需要解压提取里面的dll使用,随便丢进工程里面就可以自动识别了,不过只用了里面的一个virtual key code的enum。剩下的理论上都会自动装上去

xiaopeng12138 commented 2 years ago

如果你要离线编译的话,这里有更详细的要求packages-lock.json 当前的Unity版本是2020.3.30f1,装标准的unity build support for windows就好了

SaltyFishOnTheSea commented 2 years ago

如果你要离线编译的话,这里有更详细的要求packages-lock.json 当前的Unity版本是2020.3.30f1,装标准的unity build support for windows就好了

非常感谢