A Unity ID allows you to buy and/or subscribe to Unity products and services, shop in the Asset Store and participate in the Unity community.
Sure! I will do it asap.
Thank you so much, this is refreshing! :)
This is for me the best answer so far, the only thing is because is in 2D you usually default froze the z rotation when you reactivate the...
Hi, I don't know if it's a bug or it meant to be like this, I just want to share this if you are in the same situation (or similar). I'm...
I know it's an old post, but for who has the same problem (or similar) and this solution is not working, just change FixedUpdate with Update and...
Hello, I would like to report a bug when you paint the tiles with the tile palette in the scene and you flip it in the opposite direction with the...
Can you please link to this pages? What browser are you using? Is updated to the last version?
Hi, I just finish to learn singletons and I want to report a Unity bug that cause crash (not all the time). I created 3 scripts:...
Thanks, it works like a charm. I was stuck all day to try to solve this problem, I was also uncomfortable about using the Update, because why I...
Hello everyone, I'm trying to create a regen system for the player, everything is fine when the player take damage for the first time, but, when...
I found a solution by myself, use this demo to learn more... http://noisecrime.com/unity/packages/Projective_movieTextures.unitypackage Found on...
Hello everyone, is a couple of days that i'm trying to simulate a projection of a video in unity. I imported the .mov file, I created a material...
I had the same problem, here you are the solution ^^ http://answers.unity3d.com/questions/407481/problem-with-instantiate-in-runtime.html
Use trail renderer to make one :) just attach to gameobject and give it direction with script.
I love you!!! =D
Works fine, i love you =)
works well thanks =) just add if (Input.GetMouseButtonUp(0)) { Network.Connect(ip, password); }
I follow your istructions, but still to not working. I repost the code, please tell me what do you think :) Vector3 fwd =...
Thanks, i try immediatly ^^
Do you know another script? But that detect just first object in ray? I find this link:...