If you click the verse tab and build verse code it fixes this so idk whats happening but yea if anyone has the same just click Verse tab at the top and build Verse code
All my Verse code flags red and when i rebuild it, it fixes, but then when i try to launch the session the editor disconnects/crashes. This all started happening after the update and a game that has been posted is being affected by this bug making it unplayable. Someone please fix this issue
.
Mine crashed too i opened a smaller project then the bigger project again i think the crash is todo with the errors showing as it shows on full screen for me while compiling shaders then it crashed.
Try like i said opening a small project then re open the one that crashes obv after you initially build verse code
I also noticed that when I try and load a session, the editor wants to save all my verse devices as if they’ve been modified. I have no idea whether I should or shouldn’t save them when it asks, but I don’t remember having to do this after any other updates in the past.
Don’t know if it’s related but my Verse Server is crashing and turning off as soons as I open the VS Code, but not in all projects, just in one for now. This disables the intellisense and it makes really hard to work. Building, pushing and lauching session still work though.
Hey all, just added this to known issues: You may experience the following error in VS Code: external{} macro expected here since the code is a digest. This isn’t a problem with your code, and you can work around this issue by recompiling Verse.
The problem is, I’ve had the first version of the struct for about a month, with no errors whatsover, we’ve been even able to publish private versions.
Also seems it only happens with certain types of data, it’s really simple to reproduce:
If you comment out both the particle system and the animation sequence (which I’ve had in my verse-crashing structs/classes) no error happens even if you left the float, which should also requests a initial value. But as soon as you uncomment them, the server crashes without prompting any errors