File tree Expand file tree Collapse file tree 1 file changed +11
-4
lines changed Expand file tree Collapse file tree 1 file changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,6 @@ Prolog is an automated logger for C# and Unity 3D:
66- Review call history from scene view
77- Log to file
88
9- <img src = " https://github.com/active-logic/Media/blob/master/Prolog/Prolog.png " width =" 600 " align =" middle " />
10-
119Assemblies are instrumented via [ Mono.Cecil] ( https://github.com/jbevain/cecil ) ; sources and build targets (iOS/standalone/etc) are not modified.
1210
1311## Requirements
@@ -58,11 +56,20 @@ Bar.Print # Don't log Bar.Print(...) overloads (ignores namespaces)
5856
5957## Console window
6058
59+ <img src = " https://github.com/active-logic/Media/blob/master/Prolog/Prolog.png " width =" 600 " align =" middle " />
60+
6161Open the console via * Window > Activ > Prolog* ; options:
6262
63- - * Enable logging* - uncheck to disable logging (scripts will be recompiled)
6463- * Use selection* - only view logs for the active game object.
65- - * History* - when checked, show the history; otherwise, only report the current frame (available while pausing).
64+ - * History* - when checked, show the history; otherwise, only report the current frame (effective while paused).
65+ - * History browser controls* - move to the previous/next key frame (effective while paused)
66+ - * Step* - pause execution at the next key-frame
67+ - * Enable logging* - uncheck to disable logging (scripts will be recompiled)
68+ - * Clear* - Clear the log; also clears history trails from scene view. Does not delete * log.txt*
69+ - * Trail offset* - Vertical offset for history trails in scene view (use to prevent trails from sinking into the ground)
70+ - * Size* - Size of keyframe handles in scene view
71+
72+ * NOTE: in Prolog, a* keyframe * is defined as the first of a sequence where each frame generates the same sequence of instructions*
6673
6774## Limitations
6875
You can’t perform that action at this time.
0 commit comments