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