Search this Site
- RT @FGSummit: Here's your chance to win a FREE ticket to #FGS2012!!! Retweet for a chance to win!
- I just contacted Rep. Jay Inslee to oppose #SOPA/#PIPA - Join me! http://t.co/5x8XAhYY #wikipediablackout
- Tell Congress: Don’t censor the web! http://t.co/IzEmL336
- I just backed Guns of Icarus Online on @Kickstarter http://t.co/C1ImM8e7 The original game was great and this looks fantastic. @MuseGames
Powered byWordPress Twitter Widget Pro
Archives
- April 2010 (1)
- March 2010 (1)
- February 2010 (1)
- January 2010 (2)
- September 2009 (1)
- December 2008 (1)
- July 2008 (2)
- March 2008 (1)
- February 2008 (1)
- November 2007 (1)
- October 2007 (1)


Awesome
you could take it even further to VisualStudio??
Well, it crashes for me when I reload the page and wait a couple of seconds. Is there a reason why you don’t close the sockets, just set the references to null?
Hi,
I tried your project but it still crashes when i launch the webplayer and leave the page or reload it in Firefox.
hi, this is very useful, but i want to use for toggle on/off the camera of unity3d scene in sequence is it possible to do that?
e.g.
function Update(){
if(toggle){
camera1.enabled = false;
camera2.enabled = true;
toggle = false;
}else{
camera1.enabled = true;
camera2.enabled = false;
toggle = true;
}
}
this is my code for toggle camera but when system is processing other application my above toggle function disturb and the sequence is changed. can do this process in thread’s high priority so any other application or unity’s other function don’t disturb the sequence?
Thank you so much. I was looking for such a code (async socket between unity3D and python).