-
-
Notifications
You must be signed in to change notification settings - Fork 5
cmd gardening
Fridolin Wild edited this page Apr 9, 2024
·
5 revisions
The project uses StyleCop Analyzers to inspect all source code and flag potential issues. We have configured the rules rather restrictively to flag only lacking documentation, and only in our Assets/MirageXR/
folder.
We have added Dependencies Hunter, a nifty little editor tool that helps chase down dead code and assets. Anyone running it, might want to edit the file DependenciesHunter.cs
and uncomment the first line:
// #define HUNT_ADDRESSABLES
The big report is available via Tools > Dependencies Hunter
.
Find all occurrences of GameObject.Find
:
git grep -n GameObject.Find
Count lines of code:
cloc *
cloc Assets/MirageXR/*
Development Process
Functional logic
User Interface
Servers