How to make a game Builder like Kodu ?

Hello

I am very new to whole game building world. is it possible to make allow users to create games in side my game ? where they can use objects and actions I provide to create a game and publish it others to play ? Similar to Kodu http://www.kodugamelab.com

Please do ask me for more information if its not clear.

Thank you very much in Advance.

Best Regards

Unity is a very powerful engine. It can do this sort of thing, but it will be incredibly difficult and will take a lot of work. You’d need to spend a lot of time researching UI, serialization, and coming up with some way for users to produce graphics and behavior in-engine.

These are all things that would be hard in any engine. Unity would be useful as a graphics rendering engine, but doesn’t have a really mature UI system built in and doesn’t ship with much in the way of asset import/edit capabilities. If you’re willing to build all of that by hand, have at it.

Sounds like a huge project to me. Possible given a lot of time, expertise, and funding, but not recommended.

Thanks very much rutter…

I don’t want to build a final product just want to build a prototype. I have like six month to do it…
Please through some guideline which I can follow in order to achieve this.

I hope i can do this and don’t want to give up with out trying…

Thanks again