Search Issue Tracker
Fixed in 2018.1.X
Votes
0
Found in
2018.1.0a2
Issue ID
975434
Regression
Yes
Performance isssues and D3D11 errors after importing a larger project
Steps to reproduce :
- create a new project
- import the Standard Assets Example Project https://assetstore.unity.com/packages/essentials/asset-packs/standard-assets-32351
- open any scene "Car" for example
- try to move around the scene, select a few objects, reposition them and the performance in Unity will drop significantly and the console will have D3D11 errors
Assertion failed: D3D11: Failed to create render texture primary DSV (error 0x80070057)
*Note:
This is a regression from 2018.a1. In a1 it works perfectly, but the performance drops in a2.
Changing the API to OpenGLCore improves the performance quite a lot but can still feel stutters.
This was reproduced with other larger projects from the Asset Store.
It seems to be a Windows only issue as OSX works fine.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Add comment