←back to thread

205 points samspenc | 1 comments | | HN request time: 0.208s | source
Show context
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 #
1. 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.