Skip to content
Benjamen Meyer edited this page Feb 2, 2023 · 1 revision

Overview

Starting with Vega Strike Engine 0.8.x there is now an Engine API detection method available for game assets to utilize. This wiki page contains the version and changelog for it.

Asset API 1

Introduces the Engine API detection tooling. The Engine API itself is otherwise identical to Asset API 0.

Game Assets can now utilize the EngineVersionData object to retrieve the game version (e.g. 0.8.0, 0.8.1, 0.9.0) and the Asset API Version, thus allowing Game Assets to determine compatibility with the game engine.

Asset API 0

This is the default value and matches any engine prior to the introduction of the Asset API.