Jump to content

Where do you store non-final and temporary assets?


Anton

Recommended Posts

We make a Unity 3D project so our repository root looks like:

Assets/
Packages/
ProjectSettings/
...

Where do you store intermediate non-code assets like art sources (PSD files) etc. ?

My current idea is to create folders like `Art/` or `Work/` nearby in the root.

Link to comment
Share on other sites

Hi,

As your raw or unfinished asset files are not required by the Unity Project you can store them wherever suits your workflow, but it would be best to keep them outside of your `Assets` folder. I think your suggestion of having a separate folder at the root of the project is a great idea!

Hope that helps.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...