Search Unity

Question How to bulid a scene used dots animation?

Discussion in 'Animation' started by edazhang, Sep 18, 2021.

  1. edazhang

    edazhang

    Joined:
    Apr 1, 2020
    Posts:
    2
    I try to build a scene used clipplayernode.but failed and has an error:

    error CS1061: 'BlobAssetStore' does not contain a definition for 'GetClip' and no accessible extension method 'GetClip' accepting a first argument of type 'BlobAssetStore' could be found (are you missing a using directive or an assembly reference?)

    so how do i to use other method to translate AnimationClip to BlobAssetReference<Clip>? And then not only work in editor but also work after build too.
     
  2. DevViktoria

    DevViktoria

    Joined:
    Apr 6, 2021
    Posts:
    94
    Hi,

    I found a thread here: https://forum.unity.com/threads/how-to-bulid-a-scene-used-dots-animation.1074427/, but I don't think that contains really the solution :(