0.3.0: sync Rudder.Core 0.3.0, prod default URLs, drop editor artifacts, CI publish
CI / check (push) Successful in 6s
CI / publish (push) Failing after 11s

This commit is contained in:
edmand46
2026-08-19 17:49:00 +03:00
parent e18c561bf9
commit 695a7210b1
19 changed files with 67 additions and 3405 deletions
+2 -2
View File
@@ -21,7 +21,7 @@ your project's `Packages/manifest.json`:
}
],
"dependencies": {
"rudder.sdk": "0.2.0",
"rudder.sdk": "0.3.0",
"com.unity.nuget.newtonsoft-json": "3.2.2"
}
}
@@ -49,7 +49,7 @@ var stores = await client.Stores.ListAsync();
All features hang off the client: `Auth`, `Player`, `BattlePass`, `Quests`,
`Stores`, `Inventory`, `Leaderboards`, `RemoteConfig`, `Scenario`, `Storage`,
`Ugc`, `Realtime`.
`Realtime`.
```csharp
client.Scenario.OnStoreOffer += session => { /* show offer UI */ };