Grupp-25-Mumindalen / Project

Mergear alla element av experimentet (pendelfysik, AR och UI) till ett. Öppna denna direkt i Unity!
1 stars 0 forks source link

[Tutorial] How to Package #2

Closed ziyi01 closed 2 years ago

ziyi01 commented 2 years ago

Imported assets:

ziyi01 commented 2 years ago
  1. Select what you want to export and right click to get the menu for Export package Step1

  2. This pop-up will appear, assure that include dependencies is selected. This brings the scripts, materials etc that are connected to the object you are exporting with you in the package. This assures that nothing will (probably) break. Save this package like in a folder called Packages. Step2

  3. In your new project, right-click anywhere in the Unity Assets and Import Package -> Custom Package and select the package from Step 2. It will automatically place the new assets in the folders they were in before (and create new folders if these folders don't already exist). Be aware! This might overwrite assets if they are at the same place and the same name. Step3