Skip to content

Add Assets listing and Game Compliance Pack page; update Games navigation#79

Open
KevinBjorv wants to merge 1 commit into
mainfrom
codex/create-assets-page-and-new-tool-section
Open

Add Assets listing and Game Compliance Pack page; update Games navigation#79
KevinBjorv wants to merge 1 commit into
mainfrom
codex/create-assets-page-and-new-tool-section

Conversation

@KevinBjorv

Copy link
Copy Markdown
Owner

Motivation

  • Provide a dedicated Assets area for Unity tools and surface a new product (Game Compliance Pack) alongside games.
  • Replace the generic "Games" label with a clearer "Games & Products" navigation to include tools and assets in the same discovery flow.

Description

  • Updated navigation and copy across the site to use Games & Products and added an Assets link 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.).
  • Replaced the games page title from Our games to My games, and added a My tools section 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) in games/index.html.
  • Added a new Assets landing page at assets/index.html, a redirect assets.html, and a full single-file sales page for Game Compliance Pack at assets/game-compliance-pack/index.html implementing the required hero, CTAs, outputs, demo embed, FAQ accordion, sticky nav, mobile CTA bar, placeholders for images, and copy exactly as provided.
  • Added disabled button styling (.button.disabled, .button[aria-disabled="true"]) to assets/css/styles.css and updated sitemap.xml to include the new routes.

Testing

  • Served the site locally with python -m http.server 8000 and confirmed the new product page loads at /assets/game-compliance-pack/ successfully. (server started without error)
  • Captured a full-page screenshot of the new sales page using a Playwright script which visited http://127.0.0.1:8000/assets/game-compliance-pack/ and saved artifacts/game-compliance-pack.png successfully.
  • Staged and committed the changes with git and created a descriptive commit; the commit completed successfully.

Codex Task

@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Feb 3, 2026

Copy link
Copy Markdown

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Updated (UTC)
❌ Deployment failed
View logs
bjorvandsolutions 7334b9b Feb 03 2026, 09:28 AM

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 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>

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge 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 👍 / 👎.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant