Search Unity

Sprite has no bind poses?

Discussion in '2D' started by migueltuliompg, Aug 14, 2019.

  1. migueltuliompg

    migueltuliompg

    Joined:
    Feb 12, 2018
    Posts:
    63
    Using 2D IK, I created a character that uses IK for the limbs. But when I quit and come back, the IK stops working and it says "Sprite has no bind poses" https://imgur.com/a/bxlpvzS

    Any ideas?
     
  2. ed_s

    ed_s

    Unity Technologies

    Joined:
    Apr 17, 2015
    Posts:
    165
    Can you check which version of the Asset Pipeline you're using? There is currently a bug when using Asset Pipeline version 2 (experimental).

    Project Settings > Editor > Asset Pipeline
     
  3. migueltuliompg

    migueltuliompg

    Joined:
    Feb 12, 2018
    Posts:
    63
    Thanks! Switching to version 1 worked!
     
  4. manutoarts

    manutoarts

    Joined:
    Nov 9, 2019
    Posts:
    3
    The problem still is an issue? I have the same trouble while sharing a prefab rigged and animated. In 2020.1.6f1 version doesn't let you do that, any clue?
     

    Attached Files:

    Last edited: Sep 26, 2020
    dpozosc and Dan5330 like this.
  5. wagenheimer

    wagenheimer

    Joined:
    Jun 1, 2018
    Posts:
    323
    I still have some problems with some games.
    My sprites lose the bind poses when I switch platforms. I have to go to Skinning Editor and make some change to the Mesh to make it work again.
    But I keep losing it.
     
  6. DryreL

    DryreL

    Joined:
    Feb 23, 2020
    Posts:
    49
    Hi. Watch this video (shows at 39:00)
     
  7. XdagDS

    XdagDS

    Joined:
    Dec 15, 2019
    Posts:
    2
    Hello! In my case, I was developing the player input control script using sprite "A" in the sprite renderer. When it worked partially well, I created the bones and weights on sprite "B" and forgot that the sprite renderer had the sprite "A". Once in the player object again, added the sprite skin component and got the "Sprite has no bind poses" error.

    Just change to the sprite "B" on the sprite renderer.
     
    canslp likes this.