Triumph Docs
  • 🏆Triumph Tournaments
  • Triumph SDK
    • Install Triumph
    • Import Triumph
    • Presenting Triumph
    • Triumph Lifecycle
    • Triumph RNG
    • Configuration
    • Keys and Permissions
    • Apple Pay
    • Go Live Checklist
    • Test Flight Build
    • App Store Submission
    • Get Paid!
    • Demo Integrations
      • Swift Example
      • Unity Example
    • Common Errors
      • Unity
        • .NET Error
        • Enable Bitcode Error
  • Requirements
    • Apple Business Developer Account
  • Privacy Policy Multi Product
  • Terms of Use
  • Frequently Asked Questions (Regulatory and Legal)
  • Responsible Gaming Policy
  • Cookie Policy
  • Opt Out of Sale or Sharing of Information
Powered by GitBook
On this page
  1. Triumph SDK
  2. Common Errors
  3. Unity

.NET Error

PreviousUnityNextEnable Bitcode Error

Last updated 2 years ago

If you receive an error that looks like this:

Navigate to your Build Settings (CMD-Shift-B), select Player Settings at the bottom-right corner:

In the iOS section (which should be selected by default), drop down the "Other Settings" section, scroll down to the "Configuration" section, and ensure that the Api Compatibility Level is set to .NET 4.x:

Note that this is only an issue on older versions of the Unity editor, as newer versions will use .NET Standard 2.1, which is compatible with our library.