Anti-Cheat Toolkit  2023.2.6
Multi-purpose anti-cheat solution for Unity Engine
MigrateUtils Class Reference

Static Public Member Functions

static void MigrateObscuredTypesOnPrefabs (params string[] typesToMigrate)
 
static void MigrateObscuredTypesInScene (params string[] typesToMigrate)
 

Detailed Description

Class with utility functions to help with ACTk migrations after updates.

Member Function Documentation

◆ MigrateObscuredTypesOnPrefabs()

static void MigrateObscuredTypesOnPrefabs ( params string[]  typesToMigrate)
inlinestatic

Checks all prefabs in project for old version of obscured types and tries to migrate values to the new version.

◆ MigrateObscuredTypesInScene()

static void MigrateObscuredTypesInScene ( params string[]  typesToMigrate)
inlinestatic

Checks all scenes in project for old version of obscured types and tries to migrate values to the new version.