Skip to content
This repository was archived by the owner on Sep 4, 2024. It is now read-only.

Commit ccf23c3

Browse files
committed
* remove and reroll pub key
1 parent 11bfbe5 commit ccf23c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

link.magic.unity.sdk/Prefabs/Scripts/MagicUnity.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ public class MagicUnity : MonoBehaviour
1010
// Start is called before the first frame update
1111
void Start()
1212
{
13-
Magic magic = new Magic("pk_live_78EABCE90112A046");
13+
Magic magic = new Magic("YOUR_PUBLISHABLE_KEY");
1414
Magic.Instance = magic;
1515
}
1616

0 commit comments

Comments
 (0)