Skip to content

Commit

Permalink
[unity]生产代码要引用jsEnvs,不能改为internal
Browse files Browse the repository at this point in the history
  • Loading branch information
chexiongsheng committed Dec 19, 2024
1 parent 4fe0b43 commit ee15fd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unity/Assets/core/upm/Runtime/Src/Default/JsEnv.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public enum BackendType: int

public class JsEnv : IDisposable
{
internal static List<JsEnv> jsEnvs = new List<JsEnv>();
public static List<JsEnv> jsEnvs = new List<JsEnv>();

internal readonly int Idx;

Expand Down

0 comments on commit ee15fd2

Please sign in to comment.