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

Question How do I add the Collections package?

Discussion in '2021.2 Beta' started by ProGameDevUser, Jul 9, 2021.

  1. ProGameDevUser

    ProGameDevUser

    Joined:
    Mar 17, 2018
    Posts:
    115

    Attached Files:

    cowsinsgames likes this.
  2. PutridEx

    PutridEx

    Joined:
    Feb 3, 2021
    Posts:
    1,136
    Install jobs, which will install collections and others automatically with it.
     
  3. Just open up the "+" menu in the package manager and use either the
    Add package by name
    or the
    Add package from git URL
    , whichever you have and type in the
    com.unity.collections
    name and hit add.
     
  4. ProGameDevUser

    ProGameDevUser

    Joined:
    Mar 17, 2018
    Posts:
    115
  5. gliealonso

    gliealonso

    Joined:
    Oct 21, 2018
    Posts:
    117
    Thank you!