Really high rendering time in build.
I'm trying to develop a game for the Daydream platform and I've come across a really wierd issue that will not go away, no matter what I try!
I'm using Unity 2017.3.1f1 at the moment, Occlusion culling on, shadows disabled, single pass rendering, textures batched and atlased, static flags set, 1 skinned mesh renderer on scene at this point, Vsync off, AA off, 16 bit buffer, depth and stencil off, 24 bit buffer enabled for daydream as without it meshes look horrific! Vert count is below 200k, Highest setpass calls are about 25. There are no transparent objets in the scene, nor Basically every single optimisation trick I can try to boost FPS, I'm doing. I only have a couple of scripts using Update, and only one using FixedUpdate for physics.
In the editor, everything looks great on the profiler, no trouble here!
When I build however, my rendering time shoots up! The strange thing though is the only objects I find referenced are sprites, that aren't even part of the game, screen below for reference.
What could I possibly be missing here? Really appreciate any help!
Answer by BamBamAlicious · Mar 17, 2018 at 03:16 PM
Image below is the scene in question, nothing too complex!
Your answer
Follow this Question
Related Questions
Google VR Rendering Issue 0 Answers
Models used for Hand Presence in UnityXR pop out of existence when close to the camera 0 Answers
Open Source Tilt Brush black and white screen on oculus quest 0 Answers
My detail meshes turns black when they don't have a geometry behind (Oculus VR) 0 Answers
LWRP - VR - Unity crashes when loading additive scene 1 Answer