Sarbian changed the topic of #kspmodding to: Welcome to #kspmodding - the channel for discussing, and learning about, modding Kerbal Space Program. Code of Conduct: https://git.io/vSQh6 | Always provide logs. | *** PSA: https://kerbalspaceprogram.com/api/index.htm | Someone is writting a Phd dissertation on KSP modding please fill out this survey https://goo.gl/forms/1vrkPYH4az8l32sb2 - I have met him and it s legit
VITAS has joined #kspmodding
Ezriilc has quit [Ping timeout: 194 seconds]
Technicalfool has joined #kspmodding
Lyneira has joined #kspmodding
Lyneira has quit [Quit: Bye]
Lyneira has joined #kspmodding
Iskierka has quit [Ping timeout: 202 seconds]
Iskierka has joined #kspmodding
hashashin has quit [Read error: Connection reset by peer]
Lyneira has quit [Quit: Quit]
Iskierka has quit [Ping timeout: 182 seconds]
Iskierka has joined #kspmodding
Lyneira has joined #kspmodding
Ezriilc has joined #kspmodding
xShadowx|2 has joined #kspmodding
xShadowx has quit [Ping timeout: 182 seconds]
ve2dmn has quit [Ping timeout: 198 seconds]
ve2dmn has joined #kspmodding
egg|zzz|egg is now known as egg|trappist|egg
Lyneira has quit [Quit: Bye]
<SilverFox> can you multi-thread a thing that is using unity class types, like, it has a GameObject variable in it?
<BenjaminK> you can probably async it
<BenjaminK> but probably yes
<SilverFox> I know there are methods you can't call from a multi-threaded thing
<BenjaminK> Do you know anything about subscribing to KSP events?
<SilverFox> oh I see what it is, yeah I've done that before
<SilverFox> well, that type of thing before
<BenjaminK> any help?
<BenjaminK> It's giving me a CS0019 that I can't use += on it to add my handler
<SilverFox> well my question isn't KSP specific, I don't do much work in KSP anymore