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 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
- “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