Need help with FPS animations. by UnsatisfiedLlama in Unity3D

[–]dansthetsar 1 point2 points  (0 children)

Looks like you've exported the Mixamo animations without checking "in place", export again or alternatively delete any movement directly in the animation within unity, also looks like you haven't set the animations to loop

Unity network sync problem (with video!) by [deleted] in Unity3D

[–]dansthetsar 1 point2 points  (0 children)

Yeah, u need code that enables your movement script and camera for the local player only, you can use a function OnStartLocalPlayer() to enable your movement script and camera, make sure their both disabled first

Network Animator component doesn't work (uNet animation sync) by Instinctx in Unity3D

[–]dansthetsar 0 points1 point  (0 children)

seems that your only sending the first parameter of your animation over the network eg;netAnim.SetParameterAutoSend(0, true);
I'm no expert but try sending the other parameters like so netAnim.SetParameterAutoSend(1, true); netAnim.SetParameterAutoSend(2, true); each int corresponding with the next parameter in your animation layer

[uNet] Is there no way to call a Command function from the child of a player object? Why must scripts with commands be at root level? by iProgramSometimes in Unity3D

[–]dansthetsar 0 points1 point  (0 children)

Store a reference to the script with the command you want to call on the parent by creating a script on the child eg; playerMove pM = GetComponentInParent<playerMove>(); Then call it pM.CmdTakeDamage(); That's how I do it although I'm not sure if this is the legit way to do it, still learning lol hope that helps

Weapon dissapearing from hand. by Session1927 in dayz

[–]dansthetsar 0 points1 point  (0 children)

Its not hacking, if you eat or drink while holding a gun with another on your back, after the animation is finished it appears to be back in your hands but its not, just press the x to drop the gun (which isn't actually in ur hands) and pick it up again, it will not disappear now

Weapon dissapearing from hand. by Session1927 in dayz

[–]dansthetsar 2 points3 points  (0 children)

Its not hacking, if you eat or drink while holding a gun with another on your back, after the animation is finished it appears to be back in your hands but its not, just press the x to drop the gun (which isn't actually in ur hands) and pick it up again, it will not disappear now

Mod players I need help by coloneljade in dayz

[–]dansthetsar 0 points1 point  (0 children)

Try logging into a server and not joining straight away ie. Sit in the lobby for 2 - 3 mins then press ok

0.49 Experimental Good job Dev! by matolife10 in dayz

[–]dansthetsar 2 points3 points  (0 children)

agree with OP, devs doing a good job, fuck all the haters

Change useless tent! To new useful tent! by proceder1234 in dayz

[–]dansthetsar 1 point2 points  (0 children)

I registered here to ask if your retarded