• Hi Guest!

    We have posted a new VaM2 dev log on Patreon, starting a monthly cadence of written progress updates between Beta releases. Highlights include the new Gizmos System, Selection Carousel, and Modes System with Context-Specific Editing. Beta1.2 is 15 of 21 items complete.

    Read the full post on Patreon, or follow progress on the public Trello roadmap.

Solved VAR file with a lot of dependencies not used in scene

MissuGato

Active member
Joined
Jul 6, 2020
Messages
4
Reactions
0
When I create a var package, the end result is always a lot of dependencies that I didn't use in the scene. Can someone help?
 
Solution
It might be:
  • Dependencies needed by your dependencies. Sadly some creators do not understand the package system, they are not spliting their content into multiple packages so for example a demo scene which needs all the dependencies is separate from the actual content (e.g. clothing item) which maybe doesn't have any dependendies at all.
  • Something that's actually in your scene, but you are not aware of it. Happens often with morphs which are not reset to zero. I recommend opening your scene JSON with Notepad++ (or similar editor) and search for the package name. Once you know what it is, you can remove it.
It might be:
  • Dependencies needed by your dependencies. Sadly some creators do not understand the package system, they are not spliting their content into multiple packages so for example a demo scene which needs all the dependencies is separate from the actual content (e.g. clothing item) which maybe doesn't have any dependendies at all.
  • Something that's actually in your scene, but you are not aware of it. Happens often with morphs which are not reset to zero. I recommend opening your scene JSON with Notepad++ (or similar editor) and search for the package name. Once you know what it is, you can remove it.
 
Upvote 0
Solution
It might be:
  • Dependencies needed by your dependencies. Sadly some creators do not understand the package system, they are not spliting their content into multiple packages so for example a demo scene which needs all the dependencies is separate from the actual content (e.g. clothing item) which maybe doesn't have any dependendies at all.
  • Something that's actually in your scene, but you are not aware of it. Happens often with morphs which are not reset to zero. I recommend opening your scene JSON with Notepad++ (or similar editor) and search for the package name. Once you know what it is, you can remove it.
Thanks! :)
 
Upvote 0
Back
Top Bottom