Skip to content

Releases: RoyTheunissen/Value-Graphing

v0.1.1 - Added compact 'mini graph' prefab

22 Aug 10:09
7036da0
Compare
Choose a tag to compare
  • 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

21 Jan 17:03
b426c14
Compare
Choose a tag to compare
  • 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

18 Jan 13:16
Compare
Choose a tag to compare
  • Fixed graphs not being displayed correctly in URP if you change scenes

v0.0.8 - Updated .asmdef for consistency with other packages

08 Jan 20:16
Compare
Choose a tag to compare
  • Renamed Graphing .asmdef to RoyTheunissen.Graphing for consistency. Thanks to @AldeRoberge for pointing it out!

v0.0.7

30 Nov 10:56
d8b8b6d
Compare
Choose a tag to compare
  • Fixed graph lines being drawn too early sometimes and appearing underneath the graph background

v0.0.6

12 Nov 20:23
bc29d4e
Compare
Choose a tag to compare
  • 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

08 Nov 12:10
fe1ac40
Compare
Choose a tag to compare
  • Better fix for the graphing service not resetting correctly when domain reloading's disabled

v0.0.4 - Better Domain Reloading Support

08 Nov 10:52
059beff
Compare
Choose a tag to compare
  • Fixed the graphing service not resetting correctly on projects with Domain Reloading disabled

v0.0.3 - Pausing & Disable Point Culling

11 Oct 21:43
a65cd6d
Compare
Choose a tag to compare

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

10 Oct 09:46
Compare
Choose a tag to compare
  • Fixed a superfluous comma in the package.json