TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

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

5 pointsby ansekover 8 years ago
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 comments

benmcnellyover 8 years ago
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 未加载
thenomadover 8 years ago
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>