Is Physics.SyncTransforms() automatically called in built game?
I have a weird game behavior: - in built game player is perfectly parented to a moving platform and keeps the position relative to the platform pretty smooth. - in play mode the behavior is completely...
View ArticleMy weapon holder goes behind the camera on Play
So I made a couple of weapon models, each containing a few animations (animations were made in Blender). Then I imported them into Unity, put them in an empty object and made them functional...
View ArticleObject not following parent position when parent rotation is locked,Unable to...
Hello, I've been trying to build a 'pull heavy object' mechanic for my player. The mechanic worked great by parenting the box object to my player when pull was set to true (indicated by a raycast and...
View ArticleAdressing a Child Object after it´s unparented
Hey, I have a big ship in my space shooter game which is used as a hub to spawn smaller ship. The small ships are instantiated in the as a child object and are released from the parent ship after 10...
View ArticlePiling up objects and transporting them
Hello Everyone, I'm trying to work on a mechanic where the player is holding a box and they need to catch and pile pizzas that randomly fall from the sky. In order to make this work I have been trying...
View ArticleHow can I aim with a laser sight attached to a gun on animated character?
Hello. I am using the Mocap Online Pistol Animations. I have a pistol model parented to the right hand of the character. I also have a "laser sight"(line renderer) attached to the tip of the pistol....
View ArticleWorldPositionStays true not working
character.transform.SetParent(transform, true); This piece of code runs in a moving platform. On collision it should set the character's parent and keep the character's original position, scale and...
View ArticleParenting instantiated particle system
Hi everyone - I have a particle system that is instantiated when another object collides with it - however I want it to move with the parent it is a child to. This is the current code I have, but it...
View Articlelocal space position and world space position do not in code match a game...
well I had a game object (a) the child of game object (b) and in code i simply set it's parent to null but after this (a) game object position and rotation does not change which means it travels to...
View ArticleWhy Deparenting The First Child Changes Position of The Parent
I have three balls attached to a parent. When they hit an obstacle, I destroy the balls. However, when the first child of the parent is destroyed, the parent's position changes - its y value changes....
View ArticleImporting multiple armatures from blender breaks parenting chain
Exporting multiple armatures with their respective weight painted meshes as an fbx breaks their parenting once imported in Unity. It works correctly if done one by one. I’ve checked everything i could...
View ArticleWhen I scale parent, it scales child, how to stop?
I scale my parent, it scales the child too. I want the transform to follow but not the scale, any suggestions? (when i crouch player reduced in half)
View ArticleWhen and why to put object as child of another?
I am an amateur game developer, lets get that said first and foremost. As I have been working on my game for a few months now, I am starting to face to some design decisions in regards to how I should...
View ArticleHow to parent gameobject at point of collision?
I want to parent a gameobject to another at the point of collision/contact, and I don't know how to. For example of what I want to achieve, it is similar to the Pikmin games, where a gameobject...
View ArticleHow to use Physics.IgnoreCollision for multiple objects / toggling collisions...
Hi, I'm working on a game, where the player picks up trash from Trash Cans, and dumps it into Trash Trucks. There is an animation that plays, once the player brings a Trash Can up to a Trash Truck,...
View ArticleSetParent() on object from Physics.OverlapSphere sets wrong position
When I use SetParent on a transform that I get from Physics.OverlapSphere, the position is not set correctly. The new child gets offset by the same numerical offset as the Parent world position it...
View ArticleSpawn Object in vr player hand as grabbed. Release button to let go of the...
I am trying to make it so when the player presses the b/y button on the VR controller a ball spawns in their hand and then they have the ability to throw the ball by releasing the button. But as of now...
View ArticleSteam VR, spawn object in hand as grabbed? (Solved!)
Trying to make it so when the player presses either B or Y on the controller a ball will spawn in their respective hand. And when the player releases the ball it will be thrown/ detach. Right now the...
View ArticleDragging multiple blocks to a grid.
Hey guys, I'm making a block puzzle game where a randomly generated set of coloured blocks needs to be dragged into a grid (think Columns). I need to drag all three items together so I was planning to...
View ArticleHow to unparent a Transform by UnityEvent?
I want to clear the parent of the referenced transform in the UnityEvent, but assigning * Transform -> SetParent() * or * Transform -> parent * as function to call and leaving the parameter to...
View ArticleProblems setting parent of instantiated objects
Can anybody tell me where i have gone wrong, I am trying to instantiate prefabs to a grid layout group component and for any given variable of slots i try to create i get a extra 50% of that given...
View ArticleSome Box Collider 2Ds seem to shift on some instances of a prefab
I've been banging my head against the desk for hours. I hope someone can help me with this. The issue is: Some Box Collider 2Ds aren't clickable, even though those Box Colliders are objects on...
View ArticleTying to parent objects in game with Photon.PUN OnPhotonSerializeView
Hi, I'm very new to photon and have been trying to use it to implement a multiplayer version of my game. However, I'm not sure what the best approach is to resolve my bug issue. Basically, in a scene,...
View ArticleInsantiate object to parent without changing scale?
I'm using the following line in my script to instantiate an object from an array at the position of the spawner. I want to set the spawned object's parent to the spawner. The line below works but the...
View ArticleSetting the parent of a transform which resides in a Prefab Asset is disabled...
Hi guys, I am facing this problem again and again. I cannot find solution. I think my code is right, but where is the problem? GameObject visual = Instantiate(placementObject[num], hit.point +...
View ArticleIs it possible to set a prefab as child of another in the Unity Editor
Hello, I have a 3D unity project that has a player prefab and two skin prefabs in the editor. I was wondering if it was possible to set a skin prefab as child of the player prefab throughout the editor...
View ArticleCan I add a parent to all the children in an animation tree structure ?
I made the animation for my arms which refers to the bones directly but now, I would like to make my arms child of my camera named "FPCamera" but the animation would be edited. My question is can I...
View ArticlePlayer exits don't destroy on load because of moving platform
Hi ! I am working on my first game as an intern, and I need a quick fix because my game has to be done by tonight... So I have a don't destroy on load script that works fine unless my player touches a...
View Articleurgent!! How do i move one game object from one local position to another...
What i am trying to do is i have 2 parent objects having 5 children objects each! so i have a bomb gameobject which i want to move from parent 1 to parent 2's child's local position.. I am trying to...
View Articleurgent!! How do i move one game object from one local position to another...
What i am trying to do is i have 2 parent objects having 5 children objects each! so i have a bomb gameObject which i want to move from parent 1 to parent 2's child's local position.. I am trying to...
View Article