feat(audience): scaffold com.immutable.audience package#681
Merged
Conversation
de1c74a to
8a8a3ea
Compare
Add package structure for the Immutable Audience Unity SDK alongside the existing Passport package: - package.json (com.immutable.audience 0.1.0, unity 2021.3) - Runtime assembly definition (Win/macOS/Linux, Immutable.Audience namespace) - ImmutableAudience stub (Init wired in SDK-119 once core types exist) - Tests assembly definition (Editor-only) Core types (AudienceConfig, ConsentLevel, AudienceError, Constants) follow in the next PR (SDK-119) to keep each change reviewable. Linear: SDK-118
8a8a3ea to
81cd297
Compare
ImmutableJeffrey
approved these changes
Apr 14, 2026
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.
Summary
Adds
src/Packages/Audience/— thecom.immutable.audienceUPM package alongside the existing Passport package. Scaffold only; no runtime logic.Core types (
AudienceConfig,ConsentLevel,AudienceError,Constants) follow in #682 to keep each change reviewable.https://linear.app/imtbl/issue/SDK-118/scaffold-comimmutableaudience-package-structure
🤖 Generated with Claude Code