Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
46 changes: 46 additions & 0 deletions Documentation~/common/sketch/module_dependencies.graphviz
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
digraph deps {
ndmf [label="NDMF",shape=box]
sdk3a [label="VRChat SDK",shape=box]
unigltf [label="UniGLTF",shape=box]
unityeditor [label="UnityEditor", shape=box]
unityengine [label="UnityEngine", shape=box]
ui
transfront
transform
serialization
backlink_component

ui -> ndmf [label="vd-only"]
ui -> sdk3a
ui -> unigltf [label="vd-only"]
ui -> transfront
ui -> transform
ui -> serialization
ui -> backlink_component
ui -> unityeditor
ui -> unityengine

transfront -> transform
transfront -> serialization

transform -> serialization
transform -> unity_editor_utility
transform -> env_vrchat
transform -> env_ndmf
transform -> env_common

env_vrchat -> env_common
env_vrchat -> sdk3a
env_ndmf -> env_common
env_ndmf -> ndmf
env_common -> marker

serialization -> unigltf
serialization -> backlink_component
serialization -> unity_editor_utility

unity_editor_utility -> unityeditor
env_common -> unityengine
backlink_component -> unityeditor
unityeditor -> unityengine
}