You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Activate3D-ICM
Hey Guys,
I need to do something when game exits, but I can't find a method like
"OnClose" or "OnExit" to override !
anyone can help?!
Thanks,
Ruba Al-Sa'di
Dan
unread,
Feb 23, 2012, 3:04:51 PM2/23/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Activate3D-ICM
Typical approach in Unity is to use the OnDestroy method of an object
that will persist for the life of the application. For example, we
shut down the ICM session in the OnDestroy method of
A3DBaseActivateSession.
dba
Ruba Al-Sa'di
unread,
Feb 23, 2012, 4:11:03 PM2/23/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to activat...@googlegroups.com
aha!
what about MonoBehaviour class? is there any similar method?!
Ruba Al-Sa'di
--
Regards, Ruba Al-Sa'di
Shaun Kime
unread,
Feb 23, 2012, 4:14:08 PM2/23/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to activat...@googlegroups.com
OnDestroy is part of MonoBehaviour.
Shaun
Ruba Al-Sa'di
unread,
Feb 24, 2012, 4:03:12 AM2/24/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message