alaestor / Rimworld-Teleporting

1 stars 1 forks source link

TeleportBehavior needs StaticConstructorOnStartup #22

Closed alaestor closed 3 years ago

alaestor commented 3 years ago

Log:

Type TeleportBehavior probably needs a StaticConstructorOnStartup attribute, because it has a field localTeleportMouseAttachment of type Texture2D. All assets must be loaded in the main thread.