Releases: RoyTheunissen/Value-Graphing
Releases · RoyTheunissen/Value-Graphing
v0.1.1 - Added compact 'mini graph' prefab
- Added a compact 'mini graph' prefab for embedding a quick label-less graph into your UI
v0.1.0 - Local Graphs embedded in your canvas
- Added the much requested feature 'Local Graphs' which lets you embed graphs in your UI
- Some renames for clarity
v0.0.9 - Fix for changing scenes in URP
- Fixed graphs not being displayed correctly in URP if you change scenes
v0.0.8 - Updated .asmdef for consistency with other packages
- Renamed
Graphing
.asmdef toRoyTheunissen.Graphing
for consistency. Thanks to @AldeRoberge for pointing it out!
v0.0.7
- Fixed graph lines being drawn too early sometimes and appearing underneath the graph background
v0.0.6
- Moved camera away from origin so if you turn Gizmos on you don't seem them through the graphing camera
- Fixed graphing lines being drawn in the scene view and other cameras
v0.0.5
- Better fix for the graphing service not resetting correctly when domain reloading's disabled
v0.0.4 - Better Domain Reloading Support
- Fixed the graphing service not resetting correctly on projects with Domain Reloading disabled
v0.0.3 - Pausing & Disable Point Culling
Implemented some requests from Reddit:
- Added the option to disable point culling for if you want to export the data later
- Added the option to pause & resume graphs
v0.0.2
- Fixed a superfluous comma in the package.json