Skip to content

Commit

Permalink
修复ios无法正常hotfix的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
chenggongchina committed May 10, 2023
1 parent 8beb913 commit 0beaa2a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions jyx2/Assets/Editor/HotfixConfig/HotfixConfigs.cs
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,12 @@ static bool InBlackList(Type type)
if (type.Namespace.StartsWith("UnityEditor")) return true;
if (type.Namespace.StartsWith("FastWater")) return true;
if (type.Namespace.StartsWith("StylizedWater")) return true;
if (type.Namespace.StartsWith("Microsoft")) return true;
}

if (type.Name.StartsWith("FastWater")) return true;
if (type.Name.StartsWith("StylizedWater")) return true;


return false;
}
Expand Down

0 comments on commit 0beaa2a

Please sign in to comment.