Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Hopefully a fast question

Discussion in 'Scripting' started by Pichugames, Mar 29, 2013.

  1. Pichugames

    Pichugames

    Joined:
    Mar 29, 2013
    Posts:
    3
    Just wondering, how can you pull an event from something being in the FOV, like the piano drop in Slender when you look at it.
    (aka, as soon as something enters the vision how do you make something occur because of it?)
     
  2. Eric5h5

    Eric5h5

    Volunteer Moderator Moderator

    Joined:
    Jul 19, 2006
    Posts:
    32,401
    OnBecameVisible

    --Eric
     
  3. Pichugames

    Pichugames

    Joined:
    Mar 29, 2013
    Posts:
    3
    Thanks!