MCPcopy Create free account
hub / github.com/axhlzy/Il2CppHookScripts / unityVersion

Method unityVersion

Il2cppHook/_Ufunc.js:3258–3260  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3256 return readU16(Il2Cpp.Api.Application._get_temporaryCachePath());
3257 }
3258 static get unityVersion() {
3259 return readU16(Il2Cpp.Api.Application._get_unityVersion());
3260 }
3261 static get version() {
3262 return readU16(Il2Cpp.Api.Application._get_version());
3263 }

Callers

nothing calls this directly

Calls 2

readU16Function · 0.70
_get_unityVersionMethod · 0.45

Tested by

no test coverage detected