Penguin Action Toolkit
  • 🐧Welcome
  • Guide
    • Step-by-Step Guide
      • Step 1: Install PAT
      • Step 2: Tutorial Scene
      • Step 3: Character - Action States
      • Practice 0: Add an Input Tag
      • Step 4: Character - Tags
      • Practice 1: Combo
      • Step 5: State Modifiers
      • Practice 1.1 & Ex: Grant Tag Mod
      • Step 6: Animation Montage
      • Step 7: Trigger Animation Event
      • Practice 1.2: Back to Grant Tag Mod
      • Step 8: Animator
      • Step 9: Attributes
      • Practice 2: Cost HP
      • Step 10: Effects
        • Step 10.1: Hitbox & Hurtbox
  • Definition & Inspector Detail
    • Actions
      • Action State
      • State Modifier
      • Move Set
    • Tag
    • Attribute
    • Effect
    • Player
    • Input
    • Locomotion
  • Tutorial
    • Installation
    • Contents of the Assets
    • Character
      • Create a Character
    • Set Up Player
    • Create a new Tag
    • Create a new Modifier
    • Use Attributes
    • Effect
      • Create an Effect
      • Apply Effects
    • Animation
      • Animatior Controller
    • PAT Manager
  • Beneath the Feathers
    • The Other One
    • Help on the Way
    • Victim or the Crime
    • Unbroken Chain
  • PAT Game Jam
    • Save the Penguin
    • Schedule
    • Terms & Conditions
  • FAQ
    • Change to Your Own Model
Powered by GitBook
On this page
  • Video
  • Step 1: Create a new Unity project
  • Step 2: Import package
Edit on GitHub
  1. Tutorial

Installation

PreviousLocomotionNextContents of the Assets

Last updated 5 months ago

Video

Step 1: Create a new Unity project

  • Suggested Unity version: 2022.3.3 or higher

  • : URP (Universal Rendering Pipeline)

Step 2: Import package

The latest Penguin Action Toolkit package is published on GitHub, and you can use either method below to download and import it to your project.

Method 1: Download .unitypackage and manually import it

  1. Select Custom Package (Assets -> Import Package -> Custom Package...) to bring up a file browse.

  2. Click the download package in your folder to import the package.

    1. Please install all dependencies required when asked by Unity.

  3. After installing the dependencies, Unity will ask you to restart the editor. You might need to import the package again since the package window is closed after restart.

Method 2: Add package from git URL

  1. Open the Package Manager window (Window -> Package Manager)

  2. Select Add package from git URL from the add menu.

  3. Copy and paste the git link below:

https://github.com/Nanasewww/penguin-action-toolkit.git#pat
  1. Click Add and wait for about 2-3 minutes.

  2. Open the Package Manager window (Window -> Package Manager)

  3. Select Add package from disk from the add menu to bring up a file browse.

  4. Click package.json in your unzipped folder to import the package.

  5. Import sample assets. Since we do encourage our users to modify the core scripts, it would be better for all the assets to be mutable. Before using PAT, please make sure you've imported the General Resources in the Samples panel.

Download the latest version from Google Drive .

Click the add button in the status bar on the left corner. The options for adding packages appear.

Download the latest released package from GitHub . Make sure you have unzipped it.

Click the add button in the status bar on the left corner. The options for adding packages appear.

[LINK]
[LINK]
Package Installation