fix an object on one end and movable on other
hey i have a cube game object shaped like a rod.i need to attach it so that it remains between 2 objects.it fixes to one object which is stationary and to another one which moves round and up down...
View Articlemake a cube like a cloth in unity5
i noticed that the game object interactive cloth has been removed in unity 5.now i can only use a cloth component.so i need to create a cube which looks like a cloth and is attached on both sides to...
View ArticleClick and Drag with wall snap
Firstly, sorry on my bad english :) I'm trying to make click and drag function for objects that are attached to walls and celings. So objects can't be dragged in the middle of the room not attached to...
View ArticleHow attach one sphere to another sphere on draging of sphere
hai friends. Here i have so many spheres in bottom of screen, and i am trying to take them into middle of screen one by one. When i am dragging one sphere nearer to another sphere, this sphere should...
View ArticleUnity 5 And Attaching Game Objects To Inactive Objects
Hello, quick question here: in Unity 5, is it now possible to attach game objects to another game object if said game object is inactive? From what I recall, in Unity 4, it wasn't possible, but I'm not...
View Article'Attach to process'(to android device) is always fail in MonoDevelop.
Hi, I trying to debug script in android device, but it is not working for me now. Introduce my environment, - OS : Windows 7 64bit Professional K - Engine Version : Unity3d 4.6.6p4 - Router : ipTIME...
View ArticleHow to get both legs attached to a hoverboard?
I am trying to attack two feet to a hover board but i am having some trouble with trying to attach both of them together to the same object while staying attached to the rest of the body.
View ArticleHow to attach gun to my model
Hi, I am making co-op FPS game for HTC Vive. As u know vive has 2 controller and can track their position.I think i need full body model for co-op game.For gun i must attach gun model to models hand...
View ArticleHow can I attach a Gameobject from the scene to a prefab on the Assets folder?
The thing is that I have been doing a multiplayer game, but when I used the Network manager of unity, I needed to put a player prefab. But my problem is when the player became a prefab, the gameobjects...
View ArticleMetadata file Debug\Assembly-UnityScript-firstpass.dll' could not be found
I'm working with monodevelop to develop my unity game. I upgraded to windows 10 few weeks ago and currently when I'm trying to attach the monodevelop I receive the following error: Error CS0006:...
View ArticleAttaching an object to the OVR Camera?
Hi! First, let me say I'm new to the Unity's world, so I'm a bit lost. I'm working on a project with the oculus rift. So the player/user is free to look around just turning his head, but he will be all...
View ArticleMake GameObject “attach” properly?
This script makes a cube "stick" to whatever it collided with. The problem is that when it's going at relatively high or medium speeds (or when the device itself is slow), the cube tends to "get a bit...
View ArticleAttach a shield to player (C#)
I'm making a 2D game and I'm trying to make a power up that spawns out a shield on the player. It's supposed to be attached to the player, so when the player moves it will be attached to the players...
View ArticleProblem attaching cloth to gameobject
Hi! I'm trying to attach cloth to my dagger gameobject for getting the cloth move when the dagger is thrown, simulating some kind of ornament. The problem is that the cloth keeps his position far away...
View ArticleAttaching animation clip in Motion of state in animator?
Hi there, I opened window of animation and I made two new __animation clips__ (for idle and move)(by clicking in this window to create new animation clip) for my player and I wanted to script it like...
View ArticleHow to place my own UI Image?
Hi, I wanted to make UI Image but I downloaded an image .png from google and I can't attach it to my UI Image. I noticed it has to be "sprite" and I created in a folder new sprite but I don't see...
View ArticleAttaching 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 Article