Update 2
Some checks failed
Code Documentation / code-docs (push) Has been cancelled
Project Report / project-report (push) Has been cancelled
Validate Code / validate (push) Has been cancelled

This commit is contained in:
Mohan pal singh ubhi 2026-06-15 22:11:54 +03:00
parent e1a8060711
commit 25012163c2
48 changed files with 401661 additions and 28 deletions

View file

@ -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;