- Feb 19, 2023
-
-
Tobias Schöner authored
-
- Feb 16, 2023
-
-
Tobias Schöner authored
-
Tobias Schöner authored
-
Tobias Schöner authored
-
- Feb 14, 2023
-
-
Tobias Schöner authored
-
Tobias Schöner authored
-
Tobias Schöner authored
-
- Jan 28, 2023
-
-
Tobias Schöner authored
-
Tobias Schöner authored
-
- Jan 21, 2023
-
-
Tobias Schöner authored
-
- Jan 20, 2023
-
-
Tobias Schöner authored
if a part of FactExplorer would be out of screen bounds it will be clamped to be fully visible
-
Tobias Schöner authored
-
- Jan 13, 2023
-
-
Tobias Schöner authored
-
Tobias Schöner authored
-
Tobias Schöner authored
-
Tobias Schöner authored
-
Tobias Schöner authored
-
Tobias Schöner authored
-
Tobias Schöner authored
-
Tobias Schöner authored
-
- Jan 12, 2023
-
-
Tobias Schöner authored
The toggle button will be used to filter for favorited facts
-
Tobias Schöner authored
-
Tobias Schöner authored
Facts can be marked as favorite on middle mouse button click. Favorised facts are indicaded by a yellow star in the top right corner. Other fact displays will be updated accordingly and newly spawned fact displays will show the favorite star correctly.
-
Tobias Schöner authored
-
Tobias Schöner authored
CanvasGroup alpha also affects child GameObjects alpha, whereas Image alpha only affects the Image itself
-
Tobias Schöner authored
-
Tobias Schöner authored
-
Tobias Schöner authored
-
Tobias Schöner authored
-
Tobias Schöner authored
-
Tobias Schöner authored
Additional changes: - Refactored Prefabs/UI/Facts project structure
-
- Jan 11, 2023
-
-
Tobias Schöner authored
-
Tobias Schöner authored
-
Tobias Schöner authored
-
Tobias Schöner authored
Implemented UILine Parent facts are connected to the main fact by a direct dashed line whereas child facts are connected by a jagged continuous line.
-
- Jan 05, 2023
-
-
Tobias Schöner authored
The FactExplorer Window shows other facts that reference the selected facts and also shows facts referenced by the selected fact.
-
Tobias Schöner authored
-
Tobias Schöner authored
Additional changes: - reverted SortingOrder of MathMenue Canvas back to 0 (was 10)
-
- Jan 03, 2023
-
-
Tobias Schöner authored
WorldFactInteraction: Hovering over a worldspace fact in mathmode now shows the fact display. This display can be dragged into scrolls like facts from the fact display. Additional changes: - WorldFactInteraction added to Mathmode canvas, as it should only be active if the canvas is active - Sorting order of Math canvas increased to 10 (from 0), so that dragged facts will always be displayed on top - DisplayFacts Dictionary is now static and thus available from other classes that need the fact display (this is not ideal and should maybe be extracted) - DragHandling: dragged variable now public, as this is of interest to other classes
-
- Oct 28, 2022
-
-
Tobias Schöner authored
-