Search Issue Tracker
By Design
Votes
0
Found in [Package]
10.0.0-preview.26
Issue ID
1264802
Regression
No
[URP] Editor throws errors when Physics bult-in package is disabled
How to reproduce:
1. Create a new URP project with 7.0.0 or higher version
2. Disable the Physics built-in package in the Package Manager window
3. Observe errors in the Console window
Expected result: URP should not depend on Physics package
Actual result: URP depends on Physics package
Reproducible with: 2019.4.7f1(7.0.0, 7.4.1), 2020.1.1f1(8.2.0), 2020.2.0a20(10.0.0-preview.26)
Could not test with: 2018.4.26f1 (No URP)
Comments (1)
-
HoangVP
Aug 27, 2021 04:11
I've been making a WebGL game with URP, but Post-Processing is not used.
Since the total build size is 30.1MB, I would like to remove the Physics package (required by Volume framework) which is 6.92MB.
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Texture2D hash changes inside of an AssetBundle when rebuilding a SpriteAtlas bundle with an empty AssetPostprocessor Script enabled
- Aniso Level still applies when Generate MipMap is disabled in Texture Import Settings
- Mipmap Limit Groups long names are not truncated when creating a new Mipmap Limit Group with a long name
- “ArgumentException: Invalid double parameter.” error is thrown when Infinity is typed into the Fixed Timestep field
- GameObject becomes gray when using HDRP and STP together on macOS
Resolution Note:
Physics is required by the Core SRP packages for the Volume framework. There is currently no other way to process efficient interesections so this cannot be changed for now. There is ongoing discussions regarding this matter but nothing in the short term is going to be done about this.