Search Issue Tracker
Fixed
Fixed in 1.0.X - Entities
Votes
0
Found in [Package]
1.0.0 - Entities
Issue ID
ECSB-393
Regression
Yes
Unity Physics: Previously public API in custom authoring sample was made internal accidentally
We changed some API during the custom authoring move out of the package from public to internal.
See [here|https://unity.slack.com/archives/CE7DZN2H1/p1684468987704879?thread_ts=1684351926.146489&cid=CE7DZN2H1] for the issue details.
In a nutshell, the following API was public during ECS prerelease and became internal with ECS 1.0 public release:
PhysicsShapeAuthoring.cs:
* GetCapsuleProperties()
* SetCapsule(CapsuleGeometryAuthoring geometry)
* CapsuleGeometryAuthoring
These are part of the custom physics authoring sample. We shall make these public again.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Blank, Light-Themed "Create Node" window becomes visible on the next project open
- UI Elements/Layout inconsistencies in the Particle System component
- The Game view and Scene view fail to render when launching the Editor with a maximized Render Graph Viewer window
- "List is empty" is poorly visible in the "Create Node" window
- [Android] GameObject with a custom shader becomes invisible when deployed with the Vulkan Graphics API
Add comment