MattRix / Futile

A super simple Unity 2D framework
http://struct.ca/futile
833 stars 130 forks source link

FGameObjectNode Setup will never be called #210

Open MattRix opened 10 years ago

MattRix commented 10 years ago

The FGameObjectNode's Setup method won't do anything unless the node is on the stage, but since it calls Setup() when it is created, it couldn't possibly be on the stage yet. Maybe I'm just looking at it wrong, but I don't really see how it could have ever worked :)