mob-sakai / mob-sakai/ParticleEffectForUGUI
Use Custom View Breaks Screen Space - Camera
Open
@mob-sakai is already working on this.
Since May 21, 2025.
bug
need more info
- Dominant language
- C#
- Stars
- 6k
- Forks
- 762
- PR merge metrics
- No merged PRs in 30d
Description
Describe the bug
UIParticle.GetBakeCamera doesn't use the canvas world camera in any way if UseCustomView is toggled on. The bake camera's rotation and position should match the world camera to avoid rendering particles sideways.
Expected behavior
Would expect the particles to render aligned to the camera, like the rest of the UI. Instead, it renders rotated to global Quaternion.Identity.
Environment (please complete the following information):
- Version: 4.11.2
- Platform: Windows Editor
- Unity version: 2022.3.6f1
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.