Quantcast
Channel: Questions in topic: "attach"
Browsing latest articles
Browse All 168 View Live
↧

Adding in script. Look at details.

I am first attaching my script as the gameobjects Rings can only attach in play mode. They only appear one by one. I would like if it would find the game objects with the tag "Rings" and make the...

View Article


[Beginner question] How to grab/attach an object to the player and then throw it

Hello everyone i am new in Unity and right now i want to implement a mechanic in the prototype i am making(it's a top down couch-local-multiplayer game), where the player can pick up certain objects...

View Article


Starting Arsenal in multiplayer

**Hello,** My game is a bit special, because the players "physically" wearing his weapon during the game. It means when Player spawns, his weapon must be spawning together with the player. It works...

View Article

VS 2017 cant attach to Unity 2018

Unity 2018.2.1f1 personal and VS Enterprise 2017 v. 15.7.5 with VSTU 3.7.0.1 When I press "Attach to Unity" in VS an error pops up: ![alt text][1] I think this started when I downloaded Unity 2018, but...

View Article

How would I attached a gameobject to a prefab that is spawned at a specific...

I have the following script to make a ladybird (fly) attach a gameobject to follow its path. In the script, the gameobject is not attaching to the ladybird in the application during play, even though...

View Article


How to make bullet decals move with moving object?

I want to be able to shoot things like the enemies and have the bullet decals appear on them, and when the enemies move I don't want the decals to just be floating in the air, which they currently do....

View Article

Attach an object to player character on runtime

So i have a player character ( a girl) In the game map ive for example a dron. At the beginning the player doesnt have the dron. I want that when the girl finds the dron, for example ontriggerenter (...

View Article

How to attach objects using a mouse click on one side, and object only...

Hello, Say I have a cube... and I also have a cylinder. The cube has several planes/sides that I could connect an object to. The cylinder only has two sides that I would want to attach it to. I have...

View Article


How to attach camera to object

I checked the internet and this forum for recent codes but the replies are a few years back or for unity 5.x. I have put on hold some tutorials in the udemy website because I'm still new to the unity...

View Article


Add a joint at collision point between two objects. (SteamVR held object...

How can one attach a held object to a movable object in Steam VR? For example Lets say I pick up an item with the Steam VR [throawable][1] script, This item has a way to grab another object such as a...

View Article

Attach gameobject to my player on touch and stay in a hold slot made for it

I need my gameobject to attach my player when player touches it. Also i need the object to stay in the posession of player. Trying to make icehockey game and making puck to attach my players stick. Now...

View Article

unity debugger operation failed ayuda porfavor

Tengo la version 3.15 2020 la cual ya no tiene monodevelop. Lo que hice fue descargar solo el MonoDevelop de una version mas antigua que si la tuviera ( la que descargue fue la 4.14 2017). Mi problema...

View Article

The script don't inherit a native class that can manage a script.

Hi, I am using the latest Unity 2020 (2020.2.0.a13) and every time I try to attach a script it won't let me, complaining that "The script don't inherit a native class that can manage a script." I...

View Article


Unity window is freezed when after pressing 'Attack to unity' button in...

Unable to debug because you cannot return to Unity after pressing the 'Attach to Unity' button. I can't even switch windows to Unity after pressing the button. Pressing the button causes to lock Unity....

View Article

Attaching 2 object

![alt text][1]I need help about attaching a cylinder and a sphere. I'm trying to swing that cylinder by rotating sphere but when I rotate sphere cylinder doesn't get affected. public GameObject...

View Article


Attach to Unity is not showing in VS 2019

I'm using Visual Studio 2019 and Unity 2017 5.6n version but there is a problem I can't see the "Attach with Unity" button in Visual Studio. I installed VS separately through VS installer and I also...

View Article

visual studio 2019 not available "Attaching to unity" in unity 2019.4.18f1 LTS

Hellow guys, i tried all the ways(all alll all the waaaaays!!!!) but there is no "Attaching to unity" in unity 2019.4.18f1 LTS. in other versions of my unity it works properly but in the mentioned...

View Article


Magnetic pieces being attached to each other and moving together ???

Hello ladies and gentlemen. I'm trying to make a magnet system where there are pieces with two colors, blue and red. Opposite colors pull each other and different colors push each other back. Exactly...

View Article

How to have attach and detach Fixed Joints on objects with UI button through...

I created a UI Button with the purpose to turn objects into fixed joints whenever is pressed. I want a script where I can press A with the oculus controller over the UI Button and make the cubes join,...

View Article

How can I make the CarController (a gameobject) follow my currentCar

My gameobjekt is called CarController. It spawns the choosen car into the scene (this works perfectly fine). Now I also want to let the CarController follow the currentCar trought the scene because if...

View Article

"Clipping", "Jumping" UI slider, attached to the 2d game object ( health bar)

My ui-slider jumps for no reason, i really don't understand what's happening. I have tried to change void Update() to FixedUpdate, but result same. [,GIF / jumping heathbar][1] [1]:...

View Article


"Clipping", "Jumping" UI slider, attached to the 2d game object ( health bar)

,[GIF / jumping heathbar][1] [1]: https://i.stack.imgur.com/ivafd.gif My ui-slider jumps for no reason, i really don't understand what's happening. I have tried to change void Update() to FixedUpdate,...

View Article


How to attach a GameObject to a Prefab that has many scripts attached?

In my case the user can upload a 3D model (.fbx). Each uploaded model should contain the same scripts, in my case the scripts ensure that the user can rotate, scale and move the model. Das 3D Model...

View Article

How does Visual Studio recognize Unity Classes and Namespaces?

My first intuition was that Visual Studio recognizes certain classes and namespaces based on the files in the Solution Explorer, yet I can type a class or namespace in the C# file and Intellisense will...

View Article

Attach player to object and disable player movement

Hi! I have tried to make a script that attaches a player to a vehicle / object and disables the player's movement, e.g. by disabling the Character Controller Component. The player doesn't have a...

View Article


Attach gameobject to either left or right side of another gameobject -...

Hi All - I have a use case where in I need to maintain the list of gameobjects , its state and control gameobjects accordingly. To keep it simple, below I have given some simple example which is almost...

View Article

Magnetic effect or similar to attach object to player

![alt text][1]Hello beloved community I am making a game where the player steers a rocket through different levels without colliding. During the journey, the rocket can be upgraded with modules. One is...

View Article

Attaching Audio source to script variable at runtime

I have two audio sources attached to a game object with various scripts. After a user selects a song, I want to use script A to attach the corresponding audio source to script B's variable. So far I...

View Article

Find file in Unity folder and attach at runtime

I have a game object with a script A that has variables. I want to use script B to find a file in my Unity project folder and attach that file to a a variable in Script A. I am new to Unity, so any...

View Article



How to make object follow another object by scaling his size,how to make an...

I want to scale an object in Unity based on the position of another object, in other word I want the cube to keep following the the second one by scaling in z scale ,were the first cube is attached to...

View Article
Browsing latest articles
Browse All 168 View Live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>