chore: added unity 6.6 sample - #2782
Merged
bitsandfoxes merged 6 commits intoJul 28, 2026
Merged
Conversation
Keep Unity 2021 sample assets shared while isolating Unity 6 packages, settings, and generated Library state for local CLI development. Co-Authored-By: OpenAI GPT-5.6 Terra <noreply@openai.com>
bitsandfoxes
force-pushed
the
chore/agent-docs
branch
from
July 28, 2026 14:52
2f37b04 to
601f1a8
Compare
Keep Unity 2021 sample assets shared while isolating Unity 6 packages, settings, and generated Library state for local CLI development. Co-Authored-By: OpenAI GPT-5.6 Terra <noreply@openai.com>
bitsandfoxes
force-pushed
the
bitsandfoxes/chore/unity-local-sample
branch
from
July 28, 2026 14:53
0e43eab to
d35ee69
Compare
…b.com/getsentry/sentry-unity into bitsandfoxes/chore/unity-local-sample
JoshuaMoelans
approved these changes
Jul 28, 2026
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit d3f2c46. Configure here.
| if ($missingTargetFiles.Count -eq 0) { | ||
| Write-Host "Sentry CLI already downloaded at $targetDir" | ||
| return | ||
| } |
There was a problem hiding this comment.
CLI skip ignores version bumps
Low Severity
download-sentry-cli.ps1 now returns early whenever the three platform binaries already exist. It never compares them to the version in sentry-cli.properties, so a version bump leaves stale CLI binaries in place when bootstrap reruns.
Reviewed by Cursor Bugbot for commit d3f2c46. Configure here.
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.


Added a
unity-of-bugs-localfor local development that is bumped to Unity 6.6 has theAssetssymlinked to theunity-of-bugs/Assets. This enabled development based on Unity CLI.#skip-changelog