Add Assets listing and Game Compliance Pack page; update Games navigation#79
Add Assets listing and Game Compliance Pack page; update Games navigation#79KevinBjorv wants to merge 1 commit into
Conversation
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ❌ Deployment failed View logs |
bjorvandsolutions | 7334b9b | Feb 03 2026, 09:28 AM |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 7334b9b4d9
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| <p>Game Compliance Pack is a Unity Editor tool that scans your project for third-party components and generates release-ready attribution artifacts you can actually ship.</p> | ||
| <div class="hero-actions"> | ||
| <!-- Replace [UNITY_ASSET_STORE_LINK] --> | ||
| <a class="button primary" href="[UNITY_ASSET_STORE_LINK]">Get it on the Unity Asset Store</a> |
There was a problem hiding this comment.
Replace placeholder CTA URL before shipping
The primary CTA still points to the literal placeholder href="[UNITY_ASSET_STORE_LINK]", which will render as a broken link in production. The same placeholder appears in multiple CTAs on this page, so users clicking “Get it on the Unity Asset Store” will get a non-existent URL instead of the product listing; replace these placeholders with the real Asset Store URL (or remove the buttons) to avoid dead-end navigation.
Useful? React with 👍 / 👎.
Motivation
Description
Games & Productsand added anAssetslink in headers and footers in multiple pages (index.html,games/index.html,articles/*,faq/index.html,about-contact/index.html,email-updates/index.html, etc.).Our gamestoMy games, and added aMy toolssection with a card for "Third-Party Notices & Credits Generator for Unity" that shows the provided short description and two CTAs (a disabled "View on Asset Store (Coming soon)" and an enabled "Learn more" linking to the new product page) ingames/index.html.assets/index.html, a redirectassets.html, and a full single-file sales page for Game Compliance Pack atassets/game-compliance-pack/index.htmlimplementing the required hero, CTAs, outputs, demo embed, FAQ accordion, sticky nav, mobile CTA bar, placeholders for images, and copy exactly as provided..button.disabled,.button[aria-disabled="true"]) toassets/css/styles.cssand updatedsitemap.xmlto include the new routes.Testing
python -m http.server 8000and confirmed the new product page loads at/assets/game-compliance-pack/successfully. (server started without error)http://127.0.0.1:8000/assets/game-compliance-pack/and savedartifacts/game-compliance-pack.pngsuccessfully.gitand created a descriptive commit; the commit completed successfully.Codex Task