0
votes
0answers
15 views

How to Get Original Position When Ever Stopping Animation in Unity3D?

I Needed To Get Original Position when Ever Stopping Animation in unity The Below Stop code works but not getting Exact start position but it come one position i.e not match to original position.i'm ...
1
vote
0answers
66 views

Unity 4. Need beginner help on Animator Controller (mechanim) and how to link to C# script

Unity 4. I am trying to learn how the mechanim system works (Animator Controllers) as part of my newbie learning cycle to Unity and C#. I can add animations in but am having a specific problem. Can ...
1
vote
0answers
26 views

Unity - GetCurrentAnimatorStateInfo () returns null after a scene is destroyed then relaoded

I am having an issue with the Unity animation controller. The controller is working when the scene is first loaded. The scene is destroyed and when loaded again I receive a NullReferenceException at: ...
1
vote
1answer
94 views

animation not playing unity

This appears to be such a common problem, that finding answer to my specific case is near impossible, because of the amount of noise in google or forum searches. I have imported object to unity from ...
0
votes
0answers
87 views

Importing Animations using multiple model files

I have made 5 animation in blender with different mocaps and save each file with different name in fbx. So now i have 5 fbx file having different animation. I have import a fbx file having no ...
0
votes
1answer
73 views

Unity 4 - Imported non-humanoid character with animations. Can I add physics?

I am relatively new to Unity and I need help on something I am doing for a contract. I have a non-humanoid PC imported with animations as an fbx file so I have to do the animations through legacy ...
-1
votes
2answers
310 views

how to take maya animation file in to unity? [closed]

I have a clip for a character in maya that I want to add character animations to, like jump, run, etc. in Unity , so basically I want to know how to link those animations with the character in unity. ...
1
vote
1answer
230 views

Wait for an animation to finish in unity3d

I have an animation which plays in the Update-function, in a Switch case. After the animation finishes, a Boolean is being set to true. My code: case "play": animation.Play("play"); ...
0
votes
0answers
155 views

Unity Customize Character Controller Script

I am working on 3D fighting game and using Unity3D.I am using thirdpersoncontroller in my game.I have replace my mesh with the original mesh Now i want to control my mesh with GUI button.and restrict ...
0
votes
1answer
144 views

Fighting Animation In Blender

I am working on 3D gaming fighting project. In which I have to make a game in which two player fight..I am using Unity3D and Blender and after four month experience i am quite experience with these ...
1
vote
2answers
130 views

How to manage animations?

I'm using C# and I'm currently building a 3rd person view game. I have a 3D character model with the animations in frames so I have to cut the animations by frame The problem is I currently have 5 ...
0
votes
1answer
70 views

Movement of Character through Script

I have created two simple animation and apply simple capsule collider having fricitionless material.Now when these meshes collide with each other then a function called and its give me a message on ...
0
votes
1answer
96 views

How to stop animation on a 3d model in unity?

how can you stop the animation on a 3D model with animation until it has had another object collide with it?
0
votes
3answers
178 views

How to collide .fbx animation in Unity

I am new to unity. I have two animation in .fbx format.They can move..Now i want when both will collide with each other a sound will produce.Is there any idea how i will do this.Thanks in advance
0
votes
2answers
161 views

How to start an animation when GUI button in press

I have created simple animation in .fbx in blender and import it into the unity. The animation name is simple_anim and the animation will work fine when i play the button. But now i have added two GUI ...
2
votes
2answers
834 views

Unity3D 4 - imported animated fbx model interferes with physics

I have an imported model in .fbx format, with pre-baked animations. I want to apply physics to the model, however playing the animations seem to interfere with the physics When the animations play ...
1
vote
1answer
126 views

Joints for secondary character animation in Unity3D

I heard there are ways to bind bones to meshes and then insert a Rigidbody + Joints to create automatic secondary motion for things like ponytails, cloth, etc. I am currently trying to do that for a ...
1
vote
1answer
420 views

How can I best animate a 2D sprite in Unity3d?

I'd like to animate a 2D sprite in Unity3D. What's the best (least complex) method of doing this? I have several images that I'd like to cycle through to create the animation. What is the simplest ...
2
votes
1answer
359 views

Unity3D: Importing Keyframe Animation (not Bone-based Animation)

To my knowledge, I can only import Bone-based Animation from 3ds Max or similar. Is there a way to import other types of animation? I'd like to import a construction animation like this. How can I ...
0
votes
0answers
47 views

Structured animations in Unity3D

I have a simple structure of GameObjects (3 children grouped into a parent GameObject) which I am trying to choreograph. I need to do the following Create an animation for one of the inner 3 ...
0
votes
0answers
44 views

Animation Sometimes Shows Error dt >= 0

From time to time I get the following error while running in Unity editor player: Error dt >= 0 (Filename: /Applications/buildAgent/work/14194e8ce88cdf47/Runtime/Animation/Animation.cpp Line: ...
0
votes
1answer
128 views

How do I generate animated sprites from a number of component sprite sheets

I found these great fantasy sprite sheets available under a CC license and want to use them for a 2D game in Unity (as3gamegears). Can anyone help me understand how I put all the component sprite ...
3
votes
2answers
532 views

How to do 2D animation in Unity

So I'm doing a 3D game for kids for Android and iOS in Unity, but i'm new in game developing and it's been really difficult to plan the assets. We need to create 2D animations (paper like characters) ...
1
vote
1answer
128 views

Approach for implementing multiple character outfits in a game

What are some approaches for having multiple character outfits / costumes (e.g., unlockable, purchasable, etc.) in a game? The main question is how to keep track of the animations without needing to ...
2
votes
0answers
70 views

Method for implementing multiple costumes to an animated 3D game character? [closed]

We'd like to include unlockable outfits in our mobile game, but how does one manage this? Right now, my modeler exports the animations within the character model's .FBX file. But now that we want to ...
1
vote
2answers
79 views

How to Instantiate an object in particular location if it has Position animation?

I am instantiating an object with following code public Object ball; Instantiate(ball, hit.point , Quaternion.identity) ; Where hit.point is a position and ball is a prefab I created, but ...
1
vote
1answer
90 views

Animation snaps

I have a character that has an idle or walk animation that is looped. On a different layer I play a shoot animation (with AddMixingTransform). I use an event in my input manager that sends a signal to ...
1
vote
1answer
86 views

Unity models in openGLES iOS

How we can load unity animated models in openGLES and animated then in opengles ? Is there any example code or tutorial available ? Please help me.
0
votes
0answers
113 views

How can I have my skiing character move realistically? [closed]

I am making a game in Unity 3D and other programs. It is a skiing game and I am having trouble making a 3rd-person movement script. I want my skier to move as if real life and spin in the air, etc. I ...
2
votes
1answer
240 views

Car rig in blender and importing to Unity

I am new to unity and my question is: I am trying to import the rigged car model from blender 2.6 to unity 3.5. but when i import to unity the car physics and it's rig unable to act the same way how ...
0
votes
0answers
74 views

Rough unity animation on iPhone [closed]

I'm quite new to unity so I don't know if it's a common problem or not, but in my project, I have some problem with animation. I already make smooth animation using blender, and it worked perfectly ...
0
votes
1answer
1k views

How to stop animation on the start position / frame zero

I tried to stop the animation objects with a button, I want to when it stops, the object is located at the starting position. For example I have a cube with animated moving position. when the stop ...
0
votes
0answers
644 views

iOS Unity Asset Bundle Download Restrictions - Particle Effects, Animations, and Animated Assets

On the Official Unity Website (this article) they have a list of instructions for creating and persisting downloadable asset bundles on iOS devices. The following is an excerpt which arose some ...
1
vote
2answers
504 views

how to play two animations in the same time in unity 3D

I'm trying to rotate the Earth around the Sun in Unity 3D.. my question: How to rotates the earth around itself and in the same time it rotates around the sun. I can't do more than one animation for ...
0
votes
2answers
441 views

Unity 3D Spinning a gameobject

I am trying to spin a 3D Gameobject in unity. It is actually a cylinder with just a texture of a poker chip on it. I want to spin it 360 degrees once it has collided with a raycast. It is working just ...
0
votes
1answer
995 views

How do I animate Sprites in Unity JavaScript?

I'm learning JavaScript for Unity 3D. I'm new to programming (one month old) and I'm building a 2D game that is going pretty good so far. Cubical Chimera My code (game not updated in the above ...
1
vote
1answer
876 views

Resources.LoadAssetAtPath() not working in Unity3D WebBuild

I'm using the following loop to grab files for an animation. This method makes it really easy for our artists to export animations from flash as PNG sequences. It works perfectly fine when run from ...
1
vote
0answers
461 views

PlayQueued with different animation states

Just make any animation and try to use my code on it. What i'm trying to achieve is to play animation using PlayQueued multiple times, each time with different animation state for example to reverse ...
0
votes
1answer
976 views

Export Fbx from Blender To Unity

I have a complete blender file which has an animated character with two actions and I want to export it as an fbx so i can view it in unity. I did it and for some reason it is only exporting my ...
1
vote
1answer
280 views

unity3d, animation stuck at 1st frame [closed]

i have a menu scene and scene A, scene B. when i go to scene A, a 3D object will play some animation, and i have some button to click and make it animation also, but from menu if i go to scene B, i ...
1
vote
3answers
1k views

easiest way of producing a circle animation in unity 3D

I am trying to rotate the Moon around the earth in unity 3D... my question is this, what is the easiest way to rotate the earth around its Center. also, how i can rotate the Moon around the Earth? ...
0
votes
2answers
732 views

Maya Mel Scripted Animation Not Animating as FBX

I've acquired a great quad model. I skinned and animated it to a rig build by a Mel script. It works great as far as editing the animation using sliders and parameters in Maya. When I export the file ...
0
votes
1answer
241 views

Animation On Local position

I am trying to make this: The chracter walks up to a large crate, the player presses the "e" key and an animation starts playin where the character climbs up on to the crate. (all in first person ...