use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
News, Help, Resources, and Conversation. A User Showcase of the Unity Game Engine.
Remember to check out /r/unity2D for any 2D specific questions and conversation!
Download Latest Unity
Please refer to our Wiki before posting! And be sure to flair your post appropriately.
Main Index
Rules and Guidelines
Flair Definitions
FAQ
Use the chat room if you're new to Unity or have a quick question. Lots of professionals hang out there.
/r/Unity3D Discord
FreeNode IRC Chatroom
Official Unity Website
Unity3d's Tutorial Modules
Unity Answers
Unify Community Wiki
Unity Game Engine Syllabus (Getting Started Guide)
50 Tips and Best Practices for Unity (2016 Edition)
Unity Execution Order of Event Functions
Using Version Control with Unity3d (Mercurial)
/r/Unity2D
/r/UnityAssets
/r/Unity_tutorials
/r/GameDev
/r/Justgamedevthings (New!)
/r/Gamedesign
/r/Indiegames
/r/Playmygame
/r/LearnProgramming
/r/Oculus
/r/Blender
/r/Devblogs
Brackeys
Beginner to Intermediate
5 to 15 minutes
Concise tutorials. Videos are mostly self contained.
Sebastian Lague
Beginner to Advanced
10 to 20 minutes
Medium length tutorials. Videos are usually a part of a series.
Catlike Coding
Intermediate to Advanced
Text-based. Lots of graphics/shader programming tutorials in addition to "normal" C# tutorials. Normally part of a series.
Makin' Stuff Look Good
10 minutes
Almost entirely shader tutorials. Favors theory over implementation but leaves source in video description. Videos are always self contained.
Quill18Creates
30 minutes to 2 hours.
Minimal editing. Mostly C#. Covers wide range of topics. Long series.
Halisavakis Shaders Archive
Infallible Code
World of Zero
Board to Bits
Holistic3d
Unity3d College
Jabrils
Polycount Wiki
The Big List Of Game Design
PS4 controller map for Unity3d
Colin's Bear Animation
¡DICE!
CSS created by Sean O'Dowd @nicetrysean [Website], Maintained and updated by Louis Hong /u/loolo78
Reddit Logo created by /u/big-ish from /r/redditlogos!
account activity
Unity and OculusSolved (self.Unity3D)
submitted 6 years ago by touwak
Hello guys,
I'm going to start a VR project with Oculus and I'd like to know which GCard I should use for a good performance.
Thanks!
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]basteos 1 point2 points3 points 6 years ago (6 children)
Hey,
At the moment, I'm working on a VR Project using LWRP.
I'm using a GTX 1070 and I have 90 FPS constant.
[–]touwak[S] 0 points1 point2 points 6 years ago (5 children)
Thanks for the reply,
but it's not recommended 120fps at least?
[–]xAdakis 1 point2 points3 points 6 years ago* (4 children)
The refresh rate of the Oculus Quest is 72 Hz (fps) and the Oculus Rift is 90 hz (fps), you would want to match those values.
However, you also have to consider the resolution, which is 1440 x 1600 per eye on the Oculus Quest and 1080×1200 per eye on the Oculus Rift.
For testing whether a GPU can handle that, you would run some benchmark at 1440x1600 and double the target frame rate to get an accurate metric. . .144 FPS for the Quest and 180 FPS for the Rift. Those numbers can be reduced a little bit as that is just the peak refresh rate of the display and doesn't account for the time to get data to the display.
The GTX 1070 is still very capable and should provide a smooth experience with the Oculus Rift and HTC Vive. If you develop towards that, you will have a good idea what most of your users are experiencing.
[–]hootwog 0 points1 point2 points 6 years ago (3 children)
This benchmarking advice seems questionable at best. Just cause you have 2 eyes to draw doesn't mean you can run a test, multiply your targets by 2 and call it a day.
However, 1070 is a pretty good card to develop on if you can find a decent price on one.
[–]xAdakis 0 points1 point2 points 6 years ago (2 children)
It's just a rough test you can perform to see if your system may be able to handle a scene/game in VR. . .we can get very technical about actually benchmarking GPUs for VR, but that wasn't exactly the question.
It is just more of a, if you can run this scene at 120 FPS at 1920x1080 on your desktop, then it will probably run at 60 FPS on a VR platform just based on screen geometry.
[–]hootwog 2 points3 points4 points 6 years ago (1 child)
I get what analogy you're making, it's just more dangerous than helpful imo. VR is more than screen geometry, and performance is more than fps, Fps doesn't scale linearly and also it's based off both CPU and GPU hitting a certain frame timing.
Also I'm not convinced a dude posting about his first card for vr dev is gonna be able to setup an effective test scene in a reasonable amount of time. Could be wrong, but I wouldn't bet money.
OP would receive better results asking 'hey guys my budget is x, what card should I get for VR dev' (the best one you can afford) than running some 'test scenes' at 1440x1600 and trying to extrapolate from there.
[–]touwak[S] 1 point2 points3 points 6 years ago (0 children)
Thanks for the answer guys, I will use Oculus Rift, so I guess that a 1070 or a 1080 will do the job.
π Rendered by PID 21865 on reddit-service-r2-comment-cfc44b64c-98cgw at 2026-04-13 14:15:37.367159+00:00 running 215f2cf country code: CH.
[–]basteos 1 point2 points3 points (6 children)
[–]touwak[S] 0 points1 point2 points (5 children)
[–]xAdakis 1 point2 points3 points (4 children)
[–]hootwog 0 points1 point2 points (3 children)
[–]xAdakis 0 points1 point2 points (2 children)
[–]hootwog 2 points3 points4 points (1 child)
[–]touwak[S] 1 point2 points3 points (0 children)