- Home /
The question is answered via comments
Export a slimmer project
I need to send my project file to my animator. Currently it's weighing in as an asset package as 1.5GB. Most of that is .psd files. I know Unity is auto-converting these to compressed image formats, is there some way to export it with those instead? I can't feasibly go through every .psd file and manually export each one as compressed, but neither does my animator need the full-size .psd files, just the basic project. Any suggestions?
I'm trying to understand - why does your animator need your project? When you talk about 'animations', do you mean legacy Unity animations, or are they doing the animations in a 3rd party program like $$anonymous$$aya?
If you need to share a project, the preferred way to do it is with SVN, Perforce, Git, etc., not by passing assetBundles back and forth.
He was going to implement and tweak the mecanim data. $$anonymous$$aybe it would be better for him to send me his own animator controller…
Follow this Question
Related Questions
All my Unity packages screw up when they're in a new scene 0 Answers
What is the difference between a package and an asset bundle? 1 Answer
Problems importing an asset bundle 1 Answer
Failed to start the Unity Package Manager local server process. 7 Answers
Why can't we download instead of opening files in our Web Browser? 6 Answers