We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41e8d8a commit a16bc05Copy full SHA for a16bc05
1 file changed
Runtime/BlankGetChannel.cs
@@ -32,6 +32,7 @@
32
/// sub_channel=test
33
/// ]]></code>
34
/// </remarks>
35
+[UnityEngine.Scripting.Preserve]
36
public sealed class BlankGetChannel
37
{
38
#if UNITY_IOS || UNITY_TVOS || UNITY_VISIONOS
@@ -86,6 +87,7 @@ public sealed class BlankGetChannel
86
87
/// string subChannel = BlankGetChannel.GetChannelName("sub_channel", "unknown");
88
89
/// </example>
90
+ [UnityEngine.Scripting.Preserve]
91
public static string GetChannelName(string channelKey = "channel", string defaultValue = "default")
92
93
if (ChannelCache.TryGetValue(channelKey, out var value))
0 commit comments