2
0

MultiplayerSample_Dependencies.xml 1.9 KB

12345678910111213141516171819202122
  1. <EngineDependencies versionnumber="1.0.0">
  2. <Dependency path="*.azshadervariant*" optional="false" /> <!-- The wildcard includes azshadervarianttree assets too -->
  3. <!-- The dependency system uses glob style wildcards. This means the wildcards don't include directory markers. -->
  4. <!-- This is only necessary for systems that do not output product dependencies. Once this system supports product dependencies, this can be removed. -->
  5. <Dependency path="popcornfx/*.streamingimage" optional="false" />
  6. <Dependency path="popcornfx/content/spacesoldiersweapons/textures/*.streamingimage" optional="false" />
  7. <Dependency path="popcornfx/library/persistantstudios/weapons/alien/*.streamingimage" optional="false" />
  8. <Dependency path="popcornfx/meshes/bubblegun/*.streamingimage" optional="false" />
  9. <Dependency path="popcornfx/textures/*.streamingimage" optional="false" />
  10. <Dependency path="popcornfx/textures/*/*.streamingimage" optional="false" />
  11. <Dependency path="popcornfx/textures/malfunctionningshieldgenerator/mshieldgen/*.streamingimage" optional="false" />
  12. <Dependency path="popcornfx/*.pkfx" optional="false" />
  13. <Dependency path="popcornfx/particles/*.pkfx" optional="false" />
  14. <Dependency path="popcornfx/particles/*/*.pkfx" optional="false" />
  15. <Dependency path="popcornfx/library/popcornfxcore/*.pkfx" optional="false" />
  16. <Dependency path="popcornfx/library/popcornfxcore/templates/*.pkfx" optional="false" />
  17. <Dependency path="popcornfx/*.azmodel" optional="false" />
  18. <Dependency path="popcornfx/meshes/*.azmodel" optional="false" />
  19. <Dependency path="popcornfx/meshes/*/*.azmodel" optional="false" />
  20. <Dependency path="popcornfx/content/spacesoldiersweapons/meshes/*.azmodel" optional="false" />
  21. <Dependency path="popcornfx/library/persistantstudios/weapons/alien/*.azmodel" optional="false" />
  22. </EngineDependencies>