Attaching a cloth object to two independently moving players,
Hi folks, I need to attach a cloth object (blanket) between two players. I managed to attach the blanket to one player by making it a child of the player and using the constraints. However I would like...
View ArticleIn visual studio, attach to unity is not working
[link text][1] [1]: http://gofile.me/2OpQQ/ZE9feQlIr
View ArticleDoes my base class that inherits from MonoBehaviour needs to be attached to...
**Hey guys!** I've worked in C# in Unity for few months now, but without using inheritance at all. :D Today I decided to start learning it, I understand a lot now, but one simple (?) thing I don't...
View ArticleHow to Attach a c# script in Platform Specific Managed DLLs?
I'm now making a plugin that works for diffierent platforms. MyPluginEditor.dll for editor, MyPlugin.dll for android and ios. Both of these two dlls have the same scripts. MyPluginEditor.dll is...
View ArticleNav Mesh agent problem / Player can not get away from enemy ai nav mesh agent...
I have a nav mesh attach to the enemy ai . The problem is when the player enter the nav mesh agent radius and enemy ai stays on the player and it hard for the player to get away from the enemy ai ....
View ArticleAttaching script to object during runtime doesn't work. New to unity3d. What...
Hi! I looked in the forums as well, and all they really say is use the GameObject.AddComponent API, but well, that doesn't seem to work. Here's my code (C#): GameObject someGameObject =...
View Articleuser controlled objects automatically moving left in game
Hey guys i am new to this unity game dev stuff and i started working on a first person shooter i almost got the environment right but when i start the game the fps controller automatically starts...
View ArticleQuestion about animation
Hi! I downloaded an animation because it is VERY smooth and i am also a HORRIBLE animator, so this was the only option. I could have made an animation myself but it would literally took weeks... But...
View ArticleApplying Scripts held in a list to a game object
Hello all, This may be the simplest thing in the world but, I currently have a list containing a series of scripts that the user has plugged in at the front end of my program, just like you can do with...
View ArticleUse mouse in a mobile game
Hi I have a game that works fine on my android device It is a tanks game, I can move the tank using a virtual joystick and shoot using a button in a canvas the thing is, I want to make my game works on...
View ArticleAttach draggable sphere to camera when touched
Hello community Im currently working on a university project with unity... We have a 360 degree image mapped on a sphere (when you are in the sphere with the camera you can see the image of the room)....
View ArticleHow can I attach objects like a picture?
I wanna attach an object to another like a picture, when I drag an object near another. I searched and found some information. ex) obj1.transform.parent = obj2.transform; obj1.transform.localPosition =...
View ArticleMake sure file name and class name match
I'm fairly new at Unity, (and by fairly new I mean *VERY* new) and I got this error when writing the script for a... um... thing named Health_box. When I got the error, I changed the line to "public...
View ArticleAttaching 2 rigidbodies,
I need to attach 2 rigidbodies together. I found another question in the forum but it didn't really solve all my doubts. This is the code written by @SpacePilot1000 // Disable collisions with the...
View ArticleAndroid attach debugging is always fail in MonoDevelop or UnitVS
I follow this Unity VS: http://sebastien.lebreton.free.fr/blog/index.php?/archives/53-Debugging-an-Unity-Game-under-Android-using-Visual-Studio-and-UnityVS.html Mono Develop:...
View ArticleUnity Attach is gone!
Recently I updated my Visual Studio to Visual Studio 2017 and I also updated my Unity to 5.6. Right now, in Visual Studio the button for "Attach to Unity" is gone. Is there anyway to fix this problem?
View ArticleHow to attach one object to another without parent-child relationship?
Hi, As part of a project I'm doing, I need to model a ball with three accelerometers attached to it in Unity. To do this I've created a sphere that can be controlled through keyboard input, and...
View ArticleVisual Studio won't attach to Unity, even after Vs Tools for Unity update
Hey guys, I have a problem that's been posted on here quite a lot, but mine has bit of a twist. I have 2 versions of Unity installed on my laptop: 5.5.0f3, which I use for most projects, as well as...
View ArticleFailed to Android Debug on Mac
I can use Unity to build and deploy my app to Android device, I'd followed all the tutorials to do the debug, and it works before, but now I'm not able to "Attach Process" to Android device, is there...
View ArticleHelp with snapping and "gluing" parts together
Hopefully you guys can help me out, I've been stuck on this issue for a lot longer than I'd like to admit. I'm building a VR freeform Block Building game (basically a VR Lego freebuild game) and I need...
View Article