Open
Conversation
Contributor
|
Windows and Mac build successful in Unity Cloud! You can find a link to the downloadable artifact below. |
5e73cf0 to
7d8907f
Compare
a6aff2c to
b6c62f8
Compare
pravusjif
reviewed
Mar 23, 2026
Member
There was a problem hiding this comment.
All the changes in this prefab are the AltId Monobehaviour addition on inner UI GameObjects right?
pravusjif
reviewed
Mar 23, 2026
Comment on lines
+22
to
+23
| !*.csproj | ||
| !*.sln No newline at end of file |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pull Request Description
Adds AltTester SDK integration for UI automation testing, along with a standalone .NET test project, CI instrumented build support, and a Claude AI sub-agent + required documentation.
What does this PR change?
AltTester SDK Integration
--alttesterlaunch argumentalttesterflag toAppArgsFlagsso the instrumentation is opt-inStandalone Test Project (
ExplorerAutomationTests/)BaseView— abstract base with click, wait, find, text helpers and Allure step trackingBaseTest— driver lifecycle, view initialization,EnsureInWorld()flow (splash → auth → loading)BaseSection— abstract base for panel sections with visibility/wait helpersAuthenticationMainScreenView,SplashView,LoadingScreenView,MainMenuView,ExplorePanelViewEventsSection,PlacesSection,CommunitiesSection,NavmapSection,BackpackSection,GallerySection,SettingsSectionReporter— timestamped logging and Allure screenshot/attachment helpersDocumentation
docs/automation-testing.mdwith architecture overview, manual and MetaForge test instructions, and AltTester AI Extension setup for Claude CodeREADME.mdandCODING_STANDARDS.mdto the test projectautomation-testerClaude Code sub-agent (.claude/agents/) for AI-assisted test authoringTest Instructions
Prerequisites
metaforge update --dev)Test Steps — Manual
--alttesterTest Steps — MetaForge
metaforge explorer test 7645Additional Testing Notes
--alttesterflag is required — without it, the AltTester prefab should not loadQuality Checklist
Code Review Reference
Please review our Code Review Standards before submitting.