MCPcopy Create free account
hub / github.com/TanTanDev/runity / Start

Method Start

unity/Runity/RunityMono.cs:13–20  ·  view source on GitHub ↗

Start is called before the first frame update

()

Source from the content-addressed store, hash-verified

11 [SerializeField] private Level m_writerLoggerLevel = Level.Debug;
12 // Start is called before the first frame update
13 void Start() {
14 m_runity = new RunityBackend(
15 m_gameLibraryName,
16 m_scriptablePrefabs,
17 m_unityLoggerLevel,
18 m_writerLoggerLevel
19 );
20 }
21 void Update() {
22 m_runity.Update();
23 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected