Skip to content
This repository was archived by the owner on May 16, 2023. It is now read-only.

Commit 5747568

Browse files
committed
Add license
Add a "roadmap" in the README.md so you will know what is going on and new features coming
1 parent 5e5559c commit 5747568

File tree

2 files changed

+45
-0
lines changed

2 files changed

+45
-0
lines changed

LICENSE.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2018-2019 Extend Reality Ltd
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

README.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,30 @@
11
# Unity Dependency Graph Viewer
22
Visual graph in editor to see dependencies/references of an asset on Unity (based on UE4 reference viewer)
33

4+
# "Roadmap"
5+
* New cache system for fast search:
6+
7+
* Find references/dependencies on common assets: OK
8+
* Find references/dependencies on prefabs: OK
9+
* Find references/dependencies on scenes (without loading the scene): OK
10+
* Build all sync and async (with operation status): OK
11+
* Build one Object only: In Progress
12+
* Watch file changes and rebuild only these files: Waiting
13+
* Save/load of cache (JSON into EditorPrefs): Waiting
14+
* Put namespace everywhere: Waiting
15+
* Couple cache system with the node tree: Waiting
16+
* Remove old system: Waiting
17+
* Optimization of Unity's common assets (not browse all properties): Waiting
18+
* Find references/dependencies on UnityEvents: Waiting
19+
* Optimization of the overall search by parsing file instead of loading objects (need performance tests): Waiting
20+
* Find references/dependencies on Animation/Animator/Timeline assets: Waiting
21+
22+
* UnityEvent Method Search:
23+
24+
* Find GameObjects using UnityEvents from a method name: Waiting
25+
26+
27+
428
# How to
529
Just select a GameObject or any asset in the Project window, right click > View dependencies.
630
Once the window is opened, you can navigate between dependencies by clicking on the little arrow on each node.

0 commit comments

Comments
 (0)