TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Unreal Engine or Unity for Long-Term VR Project?

5 点作者 ansek超过 8 年前
I&#x27;m a software developer and this is my first experience with 3D and VR. I planned to create a small prototype for Social VR project and I want to find the best fit for that.<p>They both seem equally good at first glance and the underlying languages (C++&#x2F;Blueprint and C#) are not the problem.<p>Does anybody know pros and cons of these engines when it comes to VR?

2 条评论

benmcnelly超过 8 年前
For me, I like the professional pipeline and stunning visuals of Unreal, but would not recommend it to anyone not doing this full time with a team. Unity I think is more accessible and can easily be made to look great as well, and is well suited for small teams or single developers.<p>Specifically relating to VR, I have worked and made full projects in both, and I prefer Unity and would highly recommend it over Unreal for VR, but you should try both and see what feels more intuitive for you.
评论 #13464719 未加载
thenomad超过 8 年前
Having created a rather large project for VR that&#x27;s currently doing quite well ( <a href="http:&#x2F;&#x2F;store.steampowered.com&#x2F;app&#x2F;488760" rel="nofollow">http:&#x2F;&#x2F;store.steampowered.com&#x2F;app&#x2F;488760</a> - horror&#x2F;RPG for the Vive) - Unity all the way.<p>Unreal&#x27;s a lot heavier-weight and has processes which are probably very applicable for a larger team, but slow things down quite a lot for an individual dev.<p>Unity&#x27;s fast and reasonably intuitive to work with, and the Asset Store ecosystem adds a lot too.<p>Caveat: I&#x27;ve not done extensive work in Unreal. I used it enough to determine it felt too heavyweight for my needs. I wrote some of my conclusions up over here, although at the time I was looking at film production rather than VR: <a href="http:&#x2F;&#x2F;www.strangecompany.org&#x2F;development-notes-unreal-engine-as-a-movie-renderer&#x2F;" rel="nofollow">http:&#x2F;&#x2F;www.strangecompany.org&#x2F;development-notes-unreal-engin...</a>