Thanks for the hard work and 3.6 update! I ran into one issue:
var itemArray:Array = buttonGroup.children; (buttonGroup is an ObjectContainer3D) is giving me an error because the children of buttonGroup no longer seems to be an array. The code hint docs seem to indicate it is, but it seems to be a vector now. When I set its type as a vector I still have the issue. I'm using that array in a loop later on to apply properties to a group of buttons. How can I revise this to work with the new 3.6 code? Thanks.
