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
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue