Skip to content

Build Info

levching edited this page Apr 14, 2020 · 2 revisions

This unified API will provide you with basic build info. See the example below:

using SA.CrossPlatform.App;
...
UM_iBuildInfo buildInfo = UM_Build.Info;

Debug.Log("buildInfo.Identifier: " + buildInfo.Identifier);
Debug.Log("buildInfo.Version: " + buildInfo.Version);
Clone this wiki locally