Skip to main content

Getting Started

This guide will help you get started with Potato Battery Games assets in your Unity projects.

Prerequisites

Before using any of our assets, make sure you have:

  • Unity 2020.3 LTS or later (specific version requirements may vary by asset)
  • A valid Unity Asset Store account
  • Basic familiarity with the Unity Editor

Installation

From Unity Asset Store

  1. Purchase the asset from the Unity Asset Store (or add free assets to your account)
  2. Open the Unity Package Manager in your project (Window > Package Manager)
  3. Select "My Assets" from the dropdown menu
  4. Find the Potato Battery Games asset you want to install
  5. Click "Download" and then "Import"
  6. Import the asset contents into your project

Installation Tips

  • We recommend importing assets into a new or test project first to explore the features
  • Review the included README file for asset-specific requirements
  • Check the documentation for any required dependencies

Project Setup

After importing an asset:

  1. Review the imported folder structure
  2. Open the included demo scenes (if available) to see the asset in action
  3. Read the asset-specific documentation for configuration options
  4. Test the asset in your development environment before production use

Common Setup Steps

While each asset has unique setup requirements, common steps include:

1. Configure Settings

Most assets include scriptable object settings or configuration files. Look for:

  • Settings files in the asset's folder
  • Project settings panels added to Unity's Project Settings
  • Configuration options in inspector windows

2. Review Example Scenes

Assets typically include example scenes demonstrating key features:

  • Open scenes from the asset's Scenes or Examples folder
  • Play the scenes to see the asset in action
  • Review the scene hierarchy to understand component setup

3. Read the API Documentation

For programmatic usage:

  • Check the asset's documentation section on this site
  • Review code examples and API references
  • Explore the public API through your IDE's intellisense

Next Steps

Now that you've installed your asset:

  1. Explore the asset-specific documentation
  2. Experiment with the demo scenes and examples
  3. Integrate the asset into your project
  4. Customize the asset to fit your needs

Need Help?

If you run into issues:

  • Check the asset-specific FAQ section
  • Review the troubleshooting guides
  • Contact support through the Unity Asset Store
  • Ensure you're using a compatible Unity version

Ready to dive deeper? Select your asset from the sidebar to access detailed documentation.