SeedV / SeedLang

An embeddable and visualizable scripting engine for .Net and Unity.
https://seedv.github.io/SeedLang/
Apache License 2.0
9 stars 1 forks source link

Implement variable defined and deleted notification #202

Closed codingpotato closed 2 years ago

codingpotato commented 2 years ago

Implement variables information track in SeedVM and send variable defined and deleted notification to visualizers.

Will add variable subscription assignment tracking in the coming PRs.