Existing module bug fixes#83
Merged
Merged
Conversation
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.
Bug 1 — XR Interaction Toolkit version mismatch (Critical)
What's broken: PR #82 (opened March 26, 2026) reveals the project had XR Interaction Toolkit 3.1.2 assets in the repo, but the project actually requires 3.0.10. This caused errors on every project startup, blocking all development.
Bug 2 — InsiderThreat_03 missing prefabs (Critical)
What's broken: Explicitly called out in PR #82's notes —
InsiderThreat_03has missing prefab references. Scenes with missing prefabs show pink placeholder cubes at runtime and can throwMissingReferenceExceptionerrors.Bug 3 — Smishing01 missing prefabs (Critical)
What's broken:** Also flagged in PR #82.
Smishing01has broken prefab references, likely caused by the Smishing folder being newly structured (PR #82 addsAssets/Prefabs/Smishing/andAssets/Prefabs/Smishing/Activity01/meta files).Bug 4 — PR #81 (Smishing03 final) stale since September 2025 (High)
What's broken: This PR has been open with no merge for over 6 months. The Feature/smishing03-final branch is not in main, meaning the Smishing03 module is unreachable from the main build.