We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 436a7c3 + 4ef24bd commit 9bc8421Copy full SHA for 9bc8421
1 file changed
src/Packages/Audience/Runtime/Unity/AudienceUnityHooks.cs
@@ -4,9 +4,13 @@
4
using System.Collections.ObjectModel;
5
using Immutable.Audience.Unity.Mobile;
6
using UnityEngine;
7
+using UnityEngine.Scripting;
8
+
9
+[assembly: AlwaysLinkAssembly]
10
11
namespace Immutable.Audience.Unity
12
{
13
+ [Preserve]
14
internal static class AudienceUnityHooks
15
16
// Captured at SubsystemRegistration so the Install Referrer provider
0 commit comments