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
xEvilReeperx has joined #kspmodding
blowfish has joined #kspmodding
xEvilReeperx has quit [Quit: Web client closed]
blowfish has quit [Quit: Leaving]
blowfish has joined #kspmodding
Rokker has quit [Quit: Connection closed for inactivity]
Orum has quit [Read error: Connection reset by peer]
ferram4_ has quit [Read error: -0x1: UNKNOWN ERROR CODE (0001)]
ferram4 has joined #kspmodding
ferram4 has quit [Read error: Connection reset by peer]
ferram4 has joined #kspmodding
ferram4 has quit [Read error: -0x1: UNKNOWN ERROR CODE (0001)]
ferram4 has joined #kspmodding
SilverFoxy has joined #kspmodding
<SilverFoxy>
So I'm working on this project and I need to get the transforms of the heart chambers, which are under the gameobject of Heart, so how do I specify looking for certain names under a certain gameobject?
<SilverFoxy>
I want this to be modular and while the human body doesn't have two hearts, I don't want to hardcode this stuff
<SilverFoxy>
I just see hardcoding as a bad practice, bad for updating and stuff