generated from DevPlus1/Unity-Customer-Template
Update 2
This commit is contained in:
parent
e1a8060711
commit
25012163c2
48 changed files with 401661 additions and 28 deletions
|
|
@ -0,0 +1,2 @@
|
|||
fileFormatVersion: 2
|
||||
guid: ddc8fd55da8656442808d3d7ebbde322
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 72c55941e86494c4a865977c1d0bc323
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
fileFormatVersion: 2
|
||||
guid: e781458cd0023494c92bf3f0dd618a33
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 1efd29c1969af8e4080d2b1bdc17d80d
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 3228989b9e813c34ab800247df62e566
|
||||
|
|
@ -63,6 +63,10 @@ namespace RunlevelSystems.DevPlus1.EditorTools
|
|||
{
|
||||
foreach (string path in paths)
|
||||
{
|
||||
//ignore scenes in packages since they can't be loaded for analysis
|
||||
if (path.StartsWith("Packages/")) {
|
||||
continue;
|
||||
}
|
||||
if (string.IsNullOrEmpty(path))
|
||||
{
|
||||
continue;
|
||||
|
|
|
|||
|
|
@ -0,0 +1,2 @@
|
|||
fileFormatVersion: 2
|
||||
guid: d141ae34efc41f343bcbe0ec6622fc3c
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 382b10ec05a8e0e458392b981af3a710
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 9437389ecce2d834c8e97a7264e568ca
|
||||
Loading…
Add table
Add a link
Reference in a new issue