Search Issue Tracker
Won't Fix
Votes
0
Found in [Package]
1.2.0-pre.12 - Entities
Issue ID
ECSB-960
Regression
Yes
Profiler warnings are thrown when profiling a simple physics scene
Steps to reproduce:
- Create a new URP/HDRP project
- Install Enitity and Physics packages
- In the physics package install samples (Package Manager > Physics package > Samples > Install Samples)
- Create a new Subscene
- Create a Cube in the subscene and add Physics Body and Physics Shape Component to it.
- Open a new profiler window
- Enter Play Mode and check the profiler
Actual results: After a few seconds this warning is thrown:
{code:java}
Internal: deleting an allocation that is older than its permitted lifetime of 4 frames{code}
Expected results: No warnings are thrown
Tested on (OS): Windows 10
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
- URP Realtime reflection probes do not update when RenderProbe() is being called once per second
- Addressable terrain shader variants are stripped from the Player
- [iOS] Debug.Log() appears as <private> in Console app
- UI stays in the background when it is disabled in simulator
- A wrong log file is attached when project is launched with a "-logFile" command line argument
Resolution Note:
There are no fixes planned for this Bug