Search Unity

  1. Unity Asset Manager is now available in public beta. Try it out now and join the conversation here in the forums.
    Dismiss Notice

Bug Error when importing com.unity.animation

Discussion in 'DOTS Animation' started by shuskry, Aug 6, 2022.

  1. shuskry

    shuskry

    Joined:
    Oct 10, 2015
    Posts:
    462
    Hi everybody ,

    I'm trying to use Dots , and I would like to implement the new system of animation.

    The problem is , after importing, I have 21 Red flag error meesage.
    I'm using a new blank project to test it

    I'm using Unity 2021.3.7f1
    "com.unity.render-pipelines.universal": "12.1.7",
    "com.unity.rendering.hybrid": "0.51.1-preview.21",
    "com.unity.animation": "0.9.0-preview.6",



    For the error "Could not find version 0.6.0 or newer of the Hybrid Renderer package installed in the project."
    Edit : I solve the Hybrid Renderer Error by adding "ENABLE_HYBRID_RENDERER_V2" In Symbols.
    there are still 20 errors and I don't undertsand them T.T


    If someone have already solve this , I'll really appreciate some help :D!

    Have a good day !
     
    Last edited: Aug 6, 2022
  2. Spy-Master

    Spy-Master

    Joined:
    Aug 4, 2022
    Posts:
    569
    https://forum.unity.com/threads/animation-status-update-q2-2022.1266089/
     
    shuskry likes this.
  3. shuskry

    shuskry

    Joined:
    Oct 10, 2015
    Posts:
    462
    Thanks for the awnser !