does what is difference between a scenes and an asset?
Asset is a bit of a broad term. A scene is just a level within your game. So whenever you are building something you're working in a scene. Essentially a scene is an asset, but just about every file in your project can be considered an asset. If that's confusing let me know and I'll explain it differently.