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

Experimenting with Unity.Animation

Discussion in 'DOTS Animation' started by JTanaka, May 4, 2020.

  1. JTanaka

    JTanaka

    Joined:
    Jun 13, 2015
    Posts:
    1
    Hello,

    I'm trying to use the not-public-yet Unity.Animation package based on the Unity.Animation.Samples on GitHub. I do have a couple of questions:
    1. What happens if we try to use the current animation system with URP? Won't it animate?
    2. Just to make sure, for Unity 2019.3, if I do not import HDRP it means I'm using URP, right?

    We understand it is an internal package and under development. We are just trying to get ahead, understand it, and make some prototypes. Currently, I'm using v0.3.0.preview9.

    Thanks,
    Tanaka.
     
  2. eizenhorn

    eizenhorn

    Joined:
    Oct 17, 2016
    Posts:
    2,683
    No. It will be built-in render pipeline. HDRP and URP both SRP which you should install from package manager or by creating new project from one of SRP templates
     
    jtanaka-u likes this.