UCC exceptions

If you post the stack trace it'll be easier to debug, but based on the null reference exception I am guessing that you are using some demo scripts within your own scene. The demo scripts are not meant to be used outside the demo scene so that's probably related.
 
There are going to be a lot of errors with that method since the demo scene is setup in a very specific way. I would instead start with a fresh scene without any demo dependencies.
 
Top