> For the complete documentation index, see [llms.txt](https://harpiagames.gitbook.io/perfect-shot/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://harpiagames.gitbook.io/perfect-shot/what-is-perfectshot.md).

# What Is PerfectShot

This is a marketing & icon creation tool. It can help you create perfect promotional images and Icons for your games and applications.

Features:

🌟 Any Resolution: Capture images from SD to 8K for crisp marketing visuals!

📚 Photo Library: Track all your screenshots in one place for quick access.

😊 Super Easy to Use: Jump in with almost no learning curve—great for everyone!

🎬 Animation Support: Pose animated characters easily for dynamic shots.

✨ Particle Effects: Control particles timing.

🛠️ Works with All Pipelines: Supports Unity’s URP, HDRP, and Built-in pipelines.

🖼️ Transparent Images: Create images with transparent backgrounds for flexible designs.

🏬 Store-Ready Presets: Use preset resolutions for Steam, Google Play, App Store, and more.

🎨 Quick Scene Tweaks: Adjust lights, colors, and backgrounds without messing up your scene.

⚙️ Reusable Profiles: Save and reuse settings for fast, consistent workflows.

🌄 Backgrounds & Foregrounds: Add custom backgrounds and foregrounds to make images pop.

🌈 Post-Processing Magic: Enhance shots with effects like bloom and color grading.

💾 Multiple Export Formats: Save as JPG, PNG, EXR, or TGA for any need.

📏 Guide-Lines: Use on-screen guides to align shots perfectly for stores and social media.

Attention: This is an Editor-Only tool.

Demo Assets not included

Limitations:

* Some HDRP custom shaders are not rendered to the final image. We hope to fix it on the next version.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://harpiagames.gitbook.io/perfect-shot/what-is-perfectshot.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
