Did i get hacked?
Did i get hacked? This is the original message: "The open scene has been modified externally" what does this mean?
View ArticleGUI.PasswordField "•" makes "?"
i was working on my Login/Create Account menu where i use PasswordFields, but i was trying to use the default "•" for the password field but it makes an question mark is there any way to solve this?...
View ArticleSendMessage has no receiver (SmartFox)
I've been working, trying, searching, and looking everywhere on the internet to find out how i can fix this error. SendMessage StartSending has no receiver I'm working on a Multiplayer Game and I can...
View ArticleFreezeAll wont freeze X
Someone said on the only forum i could found about this that this is already fixed in unity, but when i try to freeze all using: transform.constraints = RigidbodyConstraints.FreezeAll; its freezen...
View ArticleRotate Object from Other Local Object
is there a way to rotate an object, on the current local axis of an other object? something (this is not right) like this: transform.Rotate(-5,0,0,Space.GameObject.Find("OtherObject"));
View ArticleServer-Side SmartFox Server Question
I have made a game and i implemented multiplayer but i noticed that nobody is really on the server. unity is sending messages to the server en others are receiving to see where a player is ingame is...
View ArticleSmartFox Physics?
I have made a game and i implemented multiplayer but i noticed that nobody is really on the server. unity is sending messages to the server en others are receiving to see where a player is ingame is...
View ArticleSpawnPoint LoadLevel
is there a way when you use LoadLevel to load it and spawn somewhere i did not put my character? so loading the level and teleporting him right after with a script thats only attached to something in...
View ArticleLine Reading
i already know how to read stuff but how can i say like: if(lalala.Equals(lololol.text.line2)) something like that
View ArticleLittle help with S3
IS there a way to use Javascript in unity to like Create/Edit a textfile stored on S3?
View ArticleCan someone explain this?? KeyCode Error
Im working a long time with Unity and i never have seen THIS error and i cant get rid of it no matter what i do... UnityException: Input Key named: KeyCode.E is unknown UnityEngine.Input.GetKeyDown...
View ArticleAnother KeyCode problem...
How can i convert like a normal string "KeyCode.A" to a KeyCode? static var left : KeyCode = KeyCode.A; i am sending the string "KeyCode.A" to the variable left in .....left = "KeyCode." +...
View ArticleAnother Error - Enum.Parse
static var saved90left = "KeyCode.Q"; static var t90l : KeyCode = KeyCode.Q; function Start () { t90l = System.Enum.Parse( typeof( t90l ), saved90left ); } **when i do this i get this message**...
View ArticleDid i get hacked?
I had a weird message saying "The Scene files has externally been changed"! Did i get hacked and now someone has copied all my work? or is this just an error message of somekind!?!
View ArticleDid i get hacked?
Did i get hacked? This is the original message: "The open scene has been modified externally" what does this mean?
View ArticleGUI.PasswordField "•" makes "?"
i was working on my Login/Create Account menu where i use PasswordFields, but i was trying to use the default "•" for the password field but it makes an question mark is there any way to solve this?...
View ArticleSendMessage has no receiver (SmartFox)
I've been working, trying, searching, and looking everywhere on the internet to find out how i can fix this error. SendMessage StartSending has no receiver I'm working on a Multiplayer Game and I can...
View ArticleFreezeAll wont freeze X
Someone said on the only forum i could found about this that this is already fixed in unity, but when i try to freeze all using: transform.constraints = RigidbodyConstraints.FreezeAll; its freezen...
View ArticleRotate Object from Other Local Object
is there a way to rotate an object, on the current local axis of an other object? something (this is not right) like this: transform.Rotate(-5,0,0,Space.GameObject.Find("OtherObject"));
View ArticleServer-Side SmartFox Server Question
I have made a game and i implemented multiplayer but i noticed that nobody is really on the server. unity is sending messages to the server en others are receiving to see where a player is ingame is...
View Article