Wayback Machinekoobas.hobune.stream
May JUN Jul
Previous capture 13 Next capture
2021 2022 2023
1 capture
13 Jun 22 - 13 Jun 22
sparklines
Close Help
  • 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 Reace · Mar 16, 2011 at 10:35 PM · 2dgameobjectbackgroundstatic

Static Level Artwork\walking behind things

I'm using Graphics.Blit( background, RenderTexture.active ) to render a static hand-drawn room in perspective with a static camera placed precisely (much like the early Resident Evil games) to show the player walking around the level in 3rd person perspective. In my artwork, there maybe an object that would hide part of the player as he walks behind it (say... a shrub). I assumed I would be able to do this with a cube object with rendering turned off or something, but to my surprise, that makes the cube completely transparent rather than obscuring the part of player that should be behind it.

Any idea how I can have a cube be basically invisible (displaying the shrub from the 2d background image) but at the same time, hide the parts of the player's model walking behind the cube to create the illusion that the player is balking behind the shrub?

Thanks in advance!

Comment
Add comment
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

1 Reply

· Add your reply
  • Sort: 
avatar image
0

Answer by Bunny83 · Mar 16, 2011 at 11:39 PM

You will need a special shader that renders the object opaque, but without writing to the color buffer. That way you will get the depth information into the depth buffer but the background will still be visible. Also make sure that you use the correct render order:

  1. Background
  2. Invisibe cubes / planes / spheres
  3. Player (or other objects that should be hidden by 2.)

I've seen an example project around that uses a shader that cuts out the water plane inside a boat. I used something similar to cut the terrain at a plane.

To sum up what your shader(s) have to do:

  1. Maintain the render order. (See render queue)
  2. The invisible shader needs ZWrite On and ColorMask 0
Comment
Add comment · 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

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

No one has followed this question yet.

Related Questions

Keep background static in Unity 4.3 0 Answers

Get width and height of Image in Unity 4.6 1 Answer

Itween gradual jump 2d 1 Answer

Gameobject follow cursor 2D 0 Answers

How to achieve this ? ( pivoting) ! (2D sprite) 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