From 5651d6dd9d8bc0e5595e59807cd0abd9a8eee867 Mon Sep 17 00:00:00 2001 From: hevinci Date: Thu, 13 Apr 2023 17:04:46 +0800 Subject: [PATCH] update properties MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 增加 [assembly: InternalsVisibleTo("YooAsset.EditorExtension")] [assembly: InternalsVisibleTo("YooAsset.RuntimeExtension")] --- Assets/YooAsset/Runtime/Properties/AssemblyInfo.cs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Assets/YooAsset/Runtime/Properties/AssemblyInfo.cs b/Assets/YooAsset/Runtime/Properties/AssemblyInfo.cs index a663b72..47e196b 100644 --- a/Assets/YooAsset/Runtime/Properties/AssemblyInfo.cs +++ b/Assets/YooAsset/Runtime/Properties/AssemblyInfo.cs @@ -1,4 +1,6 @@ using System.Runtime.CompilerServices; [assembly: InternalsVisibleTo("YooAsset.Editor")] -[assembly: InternalsVisibleTo("Assembly-CSharp-Editor")] \ No newline at end of file +[assembly: InternalsVisibleTo("Assembly-CSharp-Editor")] +[assembly: InternalsVisibleTo("YooAsset.EditorExtension")] +[assembly: InternalsVisibleTo("YooAsset.RuntimeExtension")] \ No newline at end of file