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 fernandovt · Sep 29, 2013 at 09:44 PM · colliderontriggerentertagfog

Fog On and Off Script Help!

So i have a working Fog effect on my project attached to the player so it moves where the player goes. The thing is that the fog should not follow my player inside the buildings in my scene(because there is no fog inside my buildings). So I was wondering is there is some way to make a script that i can attach to some colliders that I will put in every enter/exit door of my buildings that turn the fog on and off, so when i enter the building the fog turns off and if I go out again, on (something like Fog OnTriggerEnter maybe??). Some script that turn this on and off:

alt text

Is there a way??, my fog is untagged... Should I create a tag for the fog? (For example---> Tag: TheFog)

Please help:)

unity ayuda.jpg (38.2 kB)
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

2 Replies

· Add your reply
  • Sort: 
avatar image
1

Answer by Higgenbothom · Oct 12, 2013 at 10:44 PM

Well, for starters, you could block out the buildings with some cube primitives, turn of the mesh renderers and check the "Is Trigger" boolean in the "Box Collider" component.

Then, you could use the cube's OnTriggerEnter() and OnTriggerExit() functions (`void OnTriggerEnter(Collider other){` in C#, function OnTriggerEnter(other : Collider){ in java)

The object the just entered the trigger zone is in that function known as "other". So, we can check for tags (for instance "player" or "fog") ( this would look like if(other.tag == "tag"){), and turn off the particle emitter entirely (`other.gameObject.GetComponent("ParticleRenderer").active = false;` should work).

You might want to consider just using scene fog, since you don't have to use GetComponent() if you do (it's RenderSettings.fog = true; instead).

I hope this solves it for you. If you're still stuck, you can contact me via Steam.

GLHF,

De Yuang Ann Wijning

Steam

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
avatar image
0

Answer by novawakejoe · Jun 17, 2015 at 04:58 AM

public GameObject Fog; //declare this variable and drag your Fog object into it in the editor.

Fog.setActive(false); woud be the collider code for entering a building. Fog.setActive(true); would be for exiting a building.

You might put two triggers next to each other in each door, so that you have an enter and exit collider.

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

16 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

Related Questions

Appear and Dissapear: Fog 1 Answer

Can I use OnTriggerEnter with one tag for multiple objects? 0 Answers

OnTriggerEnter Glitch 1 Answer

Gradually change distance fog over time with a collider object. 1 Answer

This melee damage detector won't work... 1 Answer


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