BuildFingerprint

data class BuildFingerprint(val unityVersion: UnityVersion, val scriptingBackend: String, val buildType: String, val stripEngineCode: Int, val optimizedFramePacing: Int)

Data class to represent the build fingerprint information.

Parameters

unityVersion

The Unity version used.

scriptingBackend

The scripting backend used (e.g., IL2CPP).

buildType

The build configuration (e.g., Release).

stripEngineCode

Indicates if engine code is stripped.

optimizedFramePacing

Indicates if frame pacing is optimized.

Constructors

Link copied to clipboard
constructor(unityVersion: UnityVersion, scriptingBackend: String, buildType: String, stripEngineCode: Int, optimizedFramePacing: Int)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard