-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #217 from ChartBoost/release/Mediation/4.9.0
Chartboost Mediation Unity SDK 4.9.0 into Main
- Loading branch information
Showing
94 changed files
with
2,537 additions
and
861 deletions.
There are no files selected for viewing
Binary file renamed
BIN
+3.69 MB
...tboost.CSharp.Mediation.Unity.4.8.0.nupkg → ...tboost.CSharp.Mediation.Unity.4.9.0.nupkg
Binary file not shown.
Binary file added
BIN
+39.6 KB
NuGet/Chartboost.CSharp.Mediation.Unity.Adapter.AmazonPublisherServices.4.0.0.nupkg
Binary file not shown.
Binary file not shown.
Binary file not shown.
4 changes: 3 additions & 1 deletion
4
com.chartboost.mediation.demo.nuget/Assets/Packages/packages.config
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<packages> | ||
<package id="Chartboost.CSharp.Mediation.Unity" version="4.8.0" manuallyInstalled="true" /> | ||
<package id="Chartboost.CSharp.Mediation.Unity" version="4.9.0" manuallyInstalled="true" /> | ||
<package id="Chartboost.CSharp.Threading.Unity" version="1.0.0" manuallyInstalled="true"/> | ||
<package id="Chartboost.CSharp.Utilities.Unity" version="1.0.0" manuallyInstalled="true"/> | ||
</packages> |
11 changes: 11 additions & 0 deletions
11
com.chartboost.mediation.demo.nuget/Assets/Packages/packages.config.meta
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
62 changes: 0 additions & 62 deletions
62
com.chartboost.mediation.demo.nuget/Assets/Plugins/Android/launcherTemplate.gradle
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
com.chartboost.mediation.demo.nuget/Assets/Plugins/Android/launcherTemplate.gradle.meta
This file was deleted.
Oops, something went wrong.
This file contains 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
This file contains 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
2 changes: 1 addition & 1 deletion
2
com.chartboost.mediation.demo.nuget/Assets/com.chartboost.mediation/Editor/selections.json
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"mediationVersion": "4.8.0", | ||
"mediationVersion": "4.9.0", | ||
"adapterSelections": [ | ||
{ | ||
"id": "chartboost", | ||
|
This file contains 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
This file contains 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
This file contains 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
35 changes: 35 additions & 0 deletions
35
com.chartboost.mediation.demo.nuget/ProjectSettings/MemorySettings.asset
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
%YAML 1.1 | ||
%TAG !u! tag:unity3d.com,2011: | ||
--- !u!387306366 &1 | ||
MemorySettings: | ||
m_ObjectHideFlags: 0 | ||
m_EditorMemorySettings: | ||
m_MainAllocatorBlockSize: -1 | ||
m_ThreadAllocatorBlockSize: -1 | ||
m_MainGfxBlockSize: -1 | ||
m_ThreadGfxBlockSize: -1 | ||
m_CacheBlockSize: -1 | ||
m_TypetreeBlockSize: -1 | ||
m_ProfilerBlockSize: -1 | ||
m_ProfilerEditorBlockSize: -1 | ||
m_BucketAllocatorGranularity: -1 | ||
m_BucketAllocatorBucketsCount: -1 | ||
m_BucketAllocatorBlockSize: -1 | ||
m_BucketAllocatorBlockCount: -1 | ||
m_ProfilerBucketAllocatorGranularity: -1 | ||
m_ProfilerBucketAllocatorBucketsCount: -1 | ||
m_ProfilerBucketAllocatorBlockSize: -1 | ||
m_ProfilerBucketAllocatorBlockCount: -1 | ||
m_TempAllocatorSizeMain: -1 | ||
m_JobTempAllocatorBlockSize: -1 | ||
m_BackgroundJobTempAllocatorBlockSize: -1 | ||
m_JobTempAllocatorReducedBlockSize: -1 | ||
m_TempAllocatorSizeGIBakingWorker: -1 | ||
m_TempAllocatorSizeNavMeshWorker: -1 | ||
m_TempAllocatorSizeAudioWorker: -1 | ||
m_TempAllocatorSizeCloudWorker: -1 | ||
m_TempAllocatorSizeGfx: -1 | ||
m_TempAllocatorSizeJobWorker: -1 | ||
m_TempAllocatorSizeBackgroundWorker: -1 | ||
m_TempAllocatorSizePreloadManager: -1 | ||
m_PlatformMemorySettings: {} |
Oops, something went wrong.