# Upgrade Guide

# Version 2.0.0 (28-10-2021)

# Gender Enum

In version 2.0.0 we removed a dependency on the Unity.Analytics namespace, and introduced a new Player Gender Enum.

Please confirm your Player and Session is initialized with the updated Enum.

namespace FrameplaySDK.General {
  enum Gender {
    Unknown,
    Male,
    Female,
  }
}

# Version 1.23.0 (17-08-2021)

# Synchronized Ad Space Structure

In version 1.23.0 we updated our Synchronized Ad Space implementation to our new Ad Channel structure

If you created a Synchronized Ad Space in a previous version, you must manually update it's Scene or Prefab with the following steps:

# Update Scenes

  1. Open your Scene file and run the upgrade script using the the menu option Frameplay > Tools > Legacy > Upgrade Legacy Ad Spaces In Active Scene
  2. Save your Scene
  3. Repeat step one & two for each Scene containing a legacy Synchronized Ad Space

# Update Prefabs

  1. Open your Prefab in Prefab Mode and run the upgrade script using the the menu option Frameplay > Tools > Legacy > Upgrade Legacy Ad Spaces In Active Scene
  2. Save your Prefab
  3. Repeat step one & two for each Prefab containing a legacy Synchronized Ad Space

Image

# TroubleShooting

If you encounter any issues with the upgrade steps above please contact our Integration Team for support.

Last Updated: 9/12/2023, 1:22:04 PM