- Current Version: 1.1.2: 2024-10-13T19:52:29Z
- First Published: 2024-01-02T11:31:12Z
- Size: 16738112
- Supported Unity Versions: 2023.2.18
Force Directed Diagram
What's new in update 1.1.2:
- Implement Force Directed Diagram gameobject transform : scale, rotation, position of all nodes and links.
- Implement Force Directed Diagram physics update mode selection (Update or FixedUpdate).
- Fix bug where nodes would reset to zero position when forces applied were close to zero.
- Fix bug where tooltip panel was left open when no node was hovered in 2DDiagram scene.
- Update package manifest for lower Unity version compatibility.
1.1.1 :
- Fix jittering at low framerates
- Add diagram loading at runtime with example scene
- Improved code architecture with more extensibility and assembly definitions
- Add random seed control to allow consistent nodes positioning and diagram display
1.1.0 :
- WebGL compatibility + example scene
- Selectable links + example scene
- Keyboard and touch interactivity for 3D and 2D cameras
- Improved overall code architecture
- Fix MacOS compatibility issue
- Fix minor issues
⚠️ Warning ⚠️ : the new update contains breaking changes, please back up your project before updating from an older version.
---
This package provides components and tools to display link/node data in the form of a Force Directed graph drawing.
This type of layout is commonly used in a variety of application areas: network visualization, large graph visualization, knowledge representation, system management, or mesh visualization.
It is used to visualize the connections between objects in a network. By grouping the objects connected to each other in a natural way, a Force-Directed Graph is visually interesting and also makes it possible to discover subtle relationships between groups.
The current implemented features are :
- Diagram loading at runtime
- Drag and drop
- Fixed nodes
- Camera focus on specific node
- Physics parameters real-time tweaking
- Image nodes
- Text nodes
- Grouping nodes by data values
- Full node and link customization with node and link factories
- Diagram editor
- Export/import as json
- GPU computed diagram layout (over 5000 nodes and links at over 30 fps)
- Full 2D support with pan and zoom
- Business cases for trading data visualization, fault detection, isolation and recovery, and organization management
See the demo video for a few examples of what can be achieved with this package.
Download the Force Directed Diagram Editor example for Windows.
Add to cart