Balance ragdoll 2d 1 line of code

Поділитися
Вставка
  • Опубліковано 23 лис 2024

КОМЕНТАРІ • 29

  • @drollestprawn
    @drollestprawn  4 роки тому

    hello don't forget to like and subscribe and join my discord discord.gg/pW2nQxS

    • @1005tulip
      @1005tulip 4 роки тому

      Finally btw its azvitor from other account

  • @omarvision
    @omarvision Рік тому

    great work with your channel

  • @thesweetgamer24
    @thesweetgamer24 11 днів тому +1

    what version of unity is this???

  • @spooooook
    @spooooook 4 роки тому

    That is Awesome! Congrats on this!

  • @Ventinky
    @Ventinky 4 роки тому

    OMG this is so helpful, Thanks!

  • @middleeye8760
    @middleeye8760 4 роки тому

    Wow Love the video. This is awesome.

  • @thesweetgamer24
    @thesweetgamer24 11 днів тому +1

    is there a copy and paste

  • @Player-fx3vt
    @Player-fx3vt 4 роки тому +1

    how should I add calcium in his legs? He has no bones and muscles the legs just can't hold him its like in 3d with the spring and damper help!

    • @drollestprawn
      @drollestprawn  4 роки тому

      did you put the balance script on the legs too? because that should work

    • @Player-fx3vt
      @Player-fx3vt 4 роки тому

      Yes i did but ive found a way around it and it works also withe the anims for the next vid i have 2 joints in my legs is there a problem i need to animate both because its not really working

    • @monsterboyx7076
      @monsterboyx7076 4 роки тому +1

      haha yes milk give him milk

  • @boxdude8141
    @boxdude8141 4 роки тому

    i get this error The type or namespace name 'RigidBody' could not be found (are you missing a using directive or an assembly reference?) plz help

    • @drollestprawn
      @drollestprawn  4 роки тому

      I think it is because you typed RigidBody with a capital B instead of Rigidbody

    • @boxdude8141
      @boxdude8141 4 роки тому

      @@drollestprawn now i get this error Assets\Balance.cs(14,43): error CS1503: Argument 1: cannot convert from 'UnityEngine.Quaternion' to 'float'

    • @samolas-clipes-3361
      @samolas-clipes-3361 7 місяців тому

      its Rigidbody2d

  • @Nathidraws
    @Nathidraws 4 роки тому

    Hey I entered everything from the script, but I get an error and it doesnt work properly..
    error CS0101: Namespace "global::" already contains a definition for "balance"

    • @drollestprawn
      @drollestprawn  4 роки тому

      this might help you answers.unity.com/questions/604362/error-cs0101-the-namespace-global-already-contains.html

    • @pislify34
      @pislify34 4 роки тому

      you have 2 balance scripts delete or rename one

  • @Nathidraws
    @Nathidraws 4 роки тому +1

    4:48 Balance script code

  • @HexOverride
    @HexOverride 4 роки тому

    please make a pastebin

  • @tuki897
    @tuki897 4 роки тому +2

    using System.Collections;
    using System.Collections.Generic;
    using UnityEngine;
    public class lkñlñ : MonoBehaviour
    {
    public float targetRot;
    public Rigidbody2D Rigidbody2D;
    public float force;
    public void Update()
    {
    Rigidbody2D.MoveRotation(Mathf.LerpAngle(Rigidbody2D.rotation, targetRot, force * Time.fixedDeltaTime));
    }
    }

    • @tuki897
      @tuki897 4 роки тому

      lkñlñ is the name of the code file lol srry

  • @errorist319
    @errorist319 4 роки тому

    please make him walk as fast as you can

    • @drollestprawn
      @drollestprawn  4 роки тому

      here ua-cam.com/video/TDBBfTs70MQ/v-deo.html

  • @bigboiLikesPrograming
    @bigboiLikesPrograming 3 роки тому

    it's not wocking for me

  • @milosluznjanin9328
    @milosluznjanin9328 4 роки тому

    Make him walk pleasee😃😃😃

    • @drollestprawn
      @drollestprawn  4 роки тому +1

      here ua-cam.com/video/TDBBfTs70MQ/v-deo.html