Skip to content

rc1.0.0+1

Compare
Choose a tag to compare
@github-actions github-actions released this 23 Aug 03:12
· 100 commits to main since this release
75e6bc2
  • ⚠️ minor breaking change:
    move Version, SemanticVersion and IsDebug on AudioSystemExt.
    use like:
    let semver: [Uint16; 5] = GameInstance.GetAudioSystemExt(game).SemanticVersion(); // e.g. [1, 0, 0, 2, 1]
    let version: String = GameInstance.GetAudioSystemExt(game).Version(); // e.g. "1.0.0-rc.1"
    let isDebug: Bool = GameInstance.GetAudioSystemExt(game).IsDebug(); // e.g. false
  • automate Plugin::VERSION generation.