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
- Purchase the asset from the Unity Asset Store (or add free assets to your account)
- Open the Unity Package Manager in your project (
Window > Package Manager) - Select "My Assets" from the dropdown menu
- Find the Potato Battery Games asset you want to install
- Click "Download" and then "Import"
- 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:
- Review the imported folder structure
- Open the included demo scenes (if available) to see the asset in action
- Read the asset-specific documentation for configuration options
- 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
ScenesorExamplesfolder - 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:
- Explore the asset-specific documentation
- Experiment with the demo scenes and examples
- Integrate the asset into your project
- 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.