diff --git a/Assets/YooAsset/Runtime/Properties/AssemblyInfo.cs b/Assets/YooAsset/Runtime/Properties/AssemblyInfo.cs index fd67af8..a663b72 100644 --- a/Assets/YooAsset/Runtime/Properties/AssemblyInfo.cs +++ b/Assets/YooAsset/Runtime/Properties/AssemblyInfo.cs @@ -1,5 +1,4 @@ using System.Runtime.CompilerServices; [assembly: InternalsVisibleTo("YooAsset.Editor")] -[assembly: InternalsVisibleTo("YooAsset.EditorExtension")] -[assembly: InternalsVisibleTo("YooAsset.RuntimeExtension")] \ No newline at end of file +[assembly: InternalsVisibleTo("Assembly-CSharp-Editor")] \ No newline at end of file