• Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
  • Asset Store
  • Get Unity

UNITY ACCOUNT

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account
  • Blog
  • Forums
  • Answers
  • Evangelists
  • User Groups
  • Beta Program
  • Advisory Panel

Navigation

  • Home
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
    • Blog
    • Forums
    • Answers
    • Evangelists
    • User Groups
    • Beta Program
    • Advisory Panel

Unity account

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account

Language

  • Chinese
  • Spanish
  • Japanese
  • Korean
  • Portuguese
  • Ask a question
  • Spaces
    • Default
    • Help Room
    • META
    • Moderators
    • Topics
    • Questions
    • Users
    • Badges
  • Home /
avatar image
0
Question by sir_rohit · Jul 16, 2020 at 03:59 PM · canvasparticlesystemparticle system

Particle System NOT showing in game view DUE to canvas elements

I added a particle system to my scene which had a canvas with an image and 2 buttons.But the particle system in being blocked by them irrespective of the z position of the particle system of the camera.However when I disable the image the particles are seen in the game view. I tried making it a child of the canvas and assigning it a new rendering layer but the problem persists. Pleaase helpalt text

ps1.png (167.2 kB)
Comment
Add comment · Show 1
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image Cookiemonster04 · Jul 16, 2020 at 05:08 PM 1
Share

Your canvas could be set to overlay try setting the render mode to "Screen Space - Camera" & adjust the "Order in Layer" for what's suitable for you. Also adjust the "Order in Layer" in the particle system in the last option named "Renderer". Hope this solves your issue.

3 Replies

· Add your reply
  • Sort: 
avatar image
1
Best Answer

Answer by sir_rohit · Jul 17, 2020 at 06:00 PM

This was in the comments : "Your canvas could be set to overlay try setting the render mode to "Screen Space - Camera" & adjust the "Order in Layer" for what's suitable for you. Also adjust the "Order in Layer" in the particle system in the last option named "Renderer". Hope this solves your issue"

Changing the order in layer in Render Solved the issue. Thanks Mate @Cookiemonster04

Comment
Add comment · Show 1 · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image bilqinm · Apr 28 at 06:01 PM 0
Share

this worked for me

avatar image
1

Answer by jemules · Jul 16, 2020 at 06:43 PM

What version of unity? Cause I'm going to recreate it.

Comment
Add comment · Show 1 · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image sir_rohit · Jul 17, 2020 at 05:56 PM 0
Share

2019.4.0f1

avatar image
-1

Answer by arghyadutta · Sep 12, 2021 at 04:57 PM

same problem was resolved by setting canvas --> Render Mode to Screen Space - Camera also these were required

  • In Particle System Renderer

  • Sorting fudge : -100

  • order in layer : 1 ( or any value other than zero depending on your layers)

in code :

  • partSys.Simulate(1);

  • partSys.Play(true);

Comment
Add comment · Show 1 · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image Ziplock9000 · Jan 05 at 09:34 PM 0
Share

Changing render modes means completely redesigning your UI elements. This is not a solution.

Your answer

Hint: You can notify a user about this post by typing @username

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this Question

Answers Answers and Comments

153 People are following this question.

avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image

Related Questions

Particle System appearing fine in scene, but is partially visible in Game 0 Answers

How to make particles always face away from player 0 Answers

Make Start Color setting in particle system control _EmissionColor 1 Answer

Using the same mask for multiple Canvas and ParticleSystems 0 Answers

Can you trigger a particle system on a child (not a sub-emitter) separately from a particle system in the parent? 0 Answers


Enterprise
Social Q&A

Social
Subscribe on YouTube social-youtube Follow on LinkedIn social-linkedin Follow on Twitter social-twitter Follow on Facebook social-facebook Follow on Instagram social-instagram

Footer

  • Purchase
    • Products
    • Subscription
    • Asset Store
    • Unity Gear
    • Resellers
  • Education
    • Students
    • Educators
    • Certification
    • Learn
    • Center of Excellence
  • Download
    • Unity
    • Beta Program
  • Unity Labs
    • Labs
    • Publications
  • Resources
    • Learn platform
    • Community
    • Documentation
    • Unity QA
    • FAQ
    • Services Status
    • Connect
  • About Unity
    • About Us
    • Blog
    • Events
    • Careers
    • Contact
    • Press
    • Partners
    • Affiliates
    • Security
Copyright © 2020 Unity Technologies
  • Legal
  • Privacy Policy
  • Cookies
  • Do Not Sell My Personal Information
  • Cookies Settings
"Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
  • Anonymous
  • Sign in
  • Create
  • Ask a question
  • Spaces
  • Default
  • Help Room
  • META
  • Moderators
  • Explore
  • Topics
  • Questions
  • Users
  • Badges