Hi!
The following has happened: An admittedly large gh-definition (1.5 mb, no internalized data) caused canvas rendering issues on my laptop (out of memory errors, red screen etc). When resetting the canvas on the laptop, the custom C# components lost their output parameters. However, a desktop had the same canvas rendering issues but when resetting the canvas, the script was still intact.
To help simplify canvas rendering, I clustered a bunch of canvas items to the point of not getting any more error messages when opening the script on either the desktop or the laptop. However, the very same script functions perfectly on the desktop and different laptop I ran it on but still lacks the outputs from the C#-components on my personal laptop.
Does anyone know what is going on?