0.3.0: sync Rudder.Core 0.3.0, prod default URLs, drop editor artifacts, CI publish
This commit is contained in:
@@ -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 */ };
|
||||
|
||||
Reference in New Issue
Block a user