fehaar / FFWD

This is the FFWD framework for XNA, that allows you to port Unity3D games to XNA for use on WP7 or XBox360 (XBLIG)
Microsoft Public License
133 stars 36 forks source link

AddComponent #74

Open stanleyjoy opened 11 years ago

stanleyjoy commented 11 years ago

Can we dynamically add component to a game object. I have been trying to add a AudioSource to the Game Object. It builds without any error however when we run the program I get an exception stating that It Cannot find the type to be added.

fehaar commented 11 years ago

You should be able to add components dynamically. It is very hard to say what is going wrong without more information.

stanleyjoy commented 11 years ago

Will let you know soon!!! Getting ready to test issues. Our app got rejected in the Store so we are working twice as hard to solve it. Stan