Disable Store Integration
- j.wasilenko
- Topic Author
- Offline
- New Member
Less
More
- Posts: 4
- Thank you received: 0
5 years 6 months ago #3845
by j.wasilenko
Disable Store Integration was created by j.wasilenko
Is there a way to disable the store integration for Android? I think I might have a conflict with the Oculus store and how the app defines the app name in the App Permissions dialogue box.
Please Log in or Create an account to join the conversation.
5 years 6 months ago #3846
by Frank
Are you Give I2L 5 stars!
Are you Please lets us know how to improve it!
Replied by Frank on topic Disable Store Integration
Hi,
The android store integration is performed as a build post processing and its controlled by the file:
Assets\I2\Localization\Scripts\Editor\PostProcessBuild_ANDROID.cs
To disable it, open that file and comment the line 13 the one with the [PostProcessScene] attribute
Hope that helps,
Frank
The android store integration is performed as a build post processing and its controlled by the file:
Assets\I2\Localization\Scripts\Editor\PostProcessBuild_ANDROID.cs
To disable it, open that file and comment the line 13 the one with the [PostProcessScene] attribute
// [PostProcessScene] <------- this one
public static void OnPostProcessScene()
{
Hope that helps,
Frank
Are you Give I2L 5 stars!
Are you Please lets us know how to improve it!
To get the betas as soon as they are ready,
check this out
Please Log in or Create an account to join the conversation.
- j.wasilenko
- Topic Author
- Offline
- New Member
Less
More
- Posts: 4
- Thank you received: 0
5 years 6 months ago #3866
by j.wasilenko
Replied by j.wasilenko on topic Disable Store Integration
Great, thanks for the quick reply!
Please Log in or Create an account to join the conversation.
Time to create page: 0.162 seconds