|
34 | 34 | <file src="..\Plugins\**\Microsoft.MixedReality.Toolkit.dll*" target="Plugins\" /> |
35 | 35 | <file src="..\Plugins\**\Microsoft.MixedReality.Toolkit.pdb*" target="Plugins\" /> |
36 | 36 | <file src="..\Plugins\**\Microsoft.MixedReality.Toolkit.Gltf.*" target="Plugins\" /> |
37 | | - <file src="..\..\Assets\MixedRealityToolkit\**\*.cs" target="contentFiles\any\any\.PkgSrc\MRTK\MixedRealityToolkit" /> |
| 37 | + |
| 38 | + <!-- The following line is commented out because of a path length issue in nuget for unity --> |
| 39 | + <!-- <file src="..\..\Assets\MixedRealityToolkit\**\*.cs" target="contentFiles\any\any\.PkgSrc\MRTK\MixedRealityToolkit" /> --> |
| 40 | + |
38 | 41 |
|
39 | 42 | <!-- Assemblies and Sources that are built from the MixedRealityToolkit.Providers folder --> |
40 | 43 | <file src="..\Plugins\**\Microsoft.MixedReality.Toolkit.Providers.*" target="Plugins\" /> |
41 | | - <file src="..\..\Assets\MixedRealityToolkit.Providers\**\*.cs" target="contentFiles\any\any\.PkgSrc\MRTK\MixedRealityToolkit.Providers" /> |
42 | 44 |
|
| 45 | + <!-- The following line is commented out because of a path length issue in nuget for unity --> |
| 46 | + <!-- <file src="..\..\Assets\MixedRealityToolkit.Providers\**\*.cs" target="contentFiles\any\any\.PkgSrc\MRTK\MixedRealityToolkit.Providers" /> --> |
| 47 | + |
43 | 48 | <!-- Assemblies and Sources that are built from the MixedRealityToolkit.SDK folder --> |
44 | 49 | <file src="..\Plugins\**\Microsoft.MixedReality.Toolkit.SDK.*" target="Plugins\" /> |
45 | 50 | <file src="..\Plugins\**\Microsoft.MixedReality.Toolkit.SDK.Inspectors.*" target="Plugins\" /> |
46 | | - <file src="..\..\Assets\MixedRealityToolkit.SDK\**\*.cs" target="contentFiles\any\any\.PkgSrc\MRTK\MixedRealityToolkit.SDK" /> |
47 | | - |
| 51 | + |
| 52 | + <!-- The following line is commented out because of a path length issue in nuget for unity --> |
| 53 | + <!-- <file src="..\..\Assets\MixedRealityToolkit.SDK\**\*.cs" target="contentFiles\any\any\.PkgSrc\MRTK\MixedRealityToolkit.SDK" />--> |
| 54 | + |
48 | 55 | <!-- Assemblies and Sources that are built from the MixedRealityToolkit.Services folder --> |
49 | 56 | <file src="..\Plugins\**\Microsoft.MixedReality.Toolkit.Services.*" target="Plugins\" /> |
50 | | - <file src="..\..\Assets\MixedRealityToolkit.Services\**\*.cs" target="contentFiles\any\any\.PkgSrc\MRTK\MixedRealityToolkit.Services" /> |
51 | 57 |
|
| 58 | + <!-- The following line is commented out because of a path length issue in nuget for unity --> |
| 59 | + <!-- <file src="..\..\Assets\MixedRealityToolkit.Services\**\*.cs" target="contentFiles\any\any\.PkgSrc\MRTK\MixedRealityToolkit.Services" /> --> |
| 60 | + |
52 | 61 | <!-- |
53 | 62 | link.xml is copied to the root location, so that it can catch IL2CPP |
54 | 63 | bytecode stripping issues for all scripts included in this package. |
|
0 commit comments