Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
Eriknem
Oct 23rd, 2016
881
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
C#
0.17 KB
| None
|
0
0
raw
download
clone
embed
print
report
void
OnTriggerEnter
(
Collider other
)
{
if
(
other
.
gameObject
.
CompareTag
(
"Pick Up"
)
)
{
other
.
gameObject
.
SetActive
(
false
)
;
}
}
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
Untitled
24 min ago | 16.54 KB
S3FEX
3 hours ago | 0.68 KB
Untitled
4 hours ago | 17.82 KB
Untitled
8 hours ago | 2.08 KB
Untitled
18 hours ago | 12.04 KB
Untitled
Python | 21 hours ago | 0.13 KB
The Lunar Kitsune - Yohana Tsukiko
1 day ago | 21.38 KB
novagente logrocket script
1 day ago | 0.34 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!