One more thing from the welcome video.
- Migrating Assets
- As you bring in packages, assets and other things, your project really grows in size.
- All of the parts of all of the packages are present.
- We will need to ship our project back and forth.
- So I can look at what you did.
- So You can combine them to build group projects.
- And we will want to send as small a file as possible.
- All of the videos, notes, pages I have seen warn against copying files directly.
- I have a tutorial on the file structure in my queue, but I am not there yet.
- They all say to use asset migration.
- This is the procedure I would like you to use for now.
- Create your homework project
- Import all of the assets you want.
- Build you work in a top level folder YOUR_NAME
- You can use sub folders under this.
- Create a new project of the same basic type you are using.
- In the project you have been working migrate the folder YOUR_NAME to the new project.
- You can now zip up the new project and it will be greatly reduced in size.
- Demo
- Note, when I browse to the new game, I add the assets to the content subfolder.