If I package a demo for development, can people access and rip off assets from the demo?

When you package a project in development, it’ll allow you to have access to the console so you can debug and run console commands while testing your game. When you package a game for shipping, it doesn’t come with access to the console, so you can’t enter the console commands that may be needed to test your game. So I personally would package your game with “shipping” :slight_smile: