←back to thread

205 points samspenc | 2 comments | | HN request time: 0.426s | source
1. 0xml ◴[] No.45146970[source]
Don't have access to read the code, but I think ideally there should be only one instance created at startup, right?
replies(1): >>45147010 #
2. RossBencina ◴[] No.45147010[source]
At most one instance at start up. Asynchronous creation or lazy creation on first use are two other potential options. Speaking generally, not Unreal-specific.