Skip to content

Commit

Permalink
update addressable build setting
Browse files Browse the repository at this point in the history
  • Loading branch information
dinhducdk16 committed Apr 20, 2024
1 parent b1ea1f6 commit 1bb96b2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 115 deletions.
99 changes: 0 additions & 99 deletions Assets/BuildPipeline/Editor/AddressableImportSettings.cs

This file was deleted.

11 changes: 0 additions & 11 deletions Assets/BuildPipeline/Editor/AddressableImportSettings.cs.meta

This file was deleted.

10 changes: 5 additions & 5 deletions Assets/BuildPipeline/Editor/WolffunAzureDevops.cs
Original file line number Diff line number Diff line change
Expand Up @@ -720,11 +720,11 @@ public static void SetupAddressableRule()
{
if (enableAddressableRule == "true")
{
var result = AssetDatabase.LoadAssetAtPath<AddressableImportSettings>(addressableRule);
if (result)
{
result.rulesEnabled = false;
}
// var result = AssetDatabase.LoadAssetAtPath<AddressableImportSettings>(addressableRule);
//if (result)
//{
// result.rulesEnabled = false;
//}
}
return;
}
Expand Down

0 comments on commit 1bb96b2

Please sign in to comment.