Version: Unity 6.3 Beta (6000.3)
LanguageEnglish
  • C#

AdaptivePerformancePackageMetadataStore.RemoveLoader

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Declaration

public static bool RemoveLoader(AdaptivePerformance.AdaptivePerformanceManagerSettings settings, string loaderTypeName, BuildTargetGroup buildTargetGroup);

Parameters

Parameter Description
settings An instance of AdaptivePerformanceManagerSettings to add the loader to.
loaderTypeName The full type name for the loader instance to remove from settings.
buildTargetGroup The build target group being removed from.

Returns

bool True if removal succeeds, false if not.

Description

Remove a previously assigned loader from settings. If the loader type is unknown or an instance of the loader can't be found in the project folder, no action is taken.

Removal will not delete the instance from the project folder.