Astra Unity 2.6.6
Astra Unity Plugin
Astra.AstraVersion Class Reference

Provides the current Astra SDK version, not entirely compatible with Semantic versioning More...

Static Public Member Functions

static string GetUnitySdkVersionStr ()
 Retrieves the version of the Astra Unity SDK in the format "[major].[minor].[patch]" More...
 
static string GetNativeVersionStr ()
 Retrieves the version of the Astra Native SDK (c++ library) in the format "[major].[minor].[patch]". The native library does not necessarily maintain the same version as the Unity SDK. More...
 

Static Public Attributes

const uint UnitySdkMajorVersion = 2
 Major version indicator, if changed indicates the API is no longer compatible in any way with the previous versions
 
const uint UnitySdkMinorVersion = 6
 Minor version indicator, updated whenever we add new functionality, we deviate from semantive versioning here in that occasionally backwards incompatible changes are made while this is incremented instead of major
 
const uint UnitySdkPatchVersion = 6
 Generally used when small incremental changes are made that are backwards compatible mostly bug fixes and very minor feature changes
 

Detailed Description

Provides the current Astra SDK version, not entirely compatible with Semantic versioning

Member Function Documentation

◆ GetNativeVersionStr()

static string Astra.AstraVersion.GetNativeVersionStr ( )
inlinestatic

Retrieves the version of the Astra Native SDK (c++ library) in the format "[major].[minor].[patch]". The native library does not necessarily maintain the same version as the Unity SDK.

Returns
A version string such as "2.6.6"

◆ GetUnitySdkVersionStr()

static string Astra.AstraVersion.GetUnitySdkVersionStr ( )
inlinestatic

Retrieves the version of the Astra Unity SDK in the format "[major].[minor].[patch]"

Returns
A version string such as "2.6.6"

The documentation for this class was generated from the following file: