#May I suggest we make a thread? (m not
1 messages ยท Page 1 of 1 (latest)
hey that's not a crash 
Im using live coding
actually lied, not using live coding
I usually do but unreal crashes before I get the chace to use it
nah
editor is closed
...its not ? ๐ญ
...
good point
i mean its a breakpoint I cant move past, and I didnt place it
find the menu button to clear all breakpoints in VS first to avoid silly things
(god wtf rofl wtfbbq even is that debug info beside your line with the breakpoint
it has a bunch of gibberish in it... LogAudioMixer... VS debugger having a fine stroke)
VS has always been gibberish to me lmfao
idek man
The clear all breakpoints button is greyed out ๐ญ
yeah maybe you're trying to set [-1] and that's throwing an internal log, if you pressed F5 you might have gone back to unreal and seen an error log
though i thought that just crashed, maybe not, i don't remember anything
beautiful! My normals are a bit fucked up but ill take it!
can someone walk me through like im an idiot what exactly the problem was?
How does that cause a crash though?
would it just start overwriting values?
ah
it would always say VoxelCoordinate was like 64 or something
and if i use the Add method itd crash, no chance for a negative value if j shoving onto the end
like it said, that last one wasn't a crash - it was probably or at least perhaps an ensure error log in the array code
(i have no idea why your original stuff was crashing, who cares now)
yeah ill take what i can get lmao
you guys are the best tysm
and @teal wharf
While I have eyes on all this, there were definetly some unrelated other wonky things yall noticed? Im sure some were there just as placeholders but was there anything else crazy that was like, woah what are you doing ๐ญ ๐
This was very temporary just for testing, but whatd you have in mind?
When I wrote this, i was mainly focused on performance testing the meshing algorithm
runtime and gen-time
yes, along with UDynamicMesh
it uses a Binary bitwise greedy mesh algorithm (thats what I copied from google lmao)
I tried writing one myself but apparently I cant even make sure an array index is positive, no less construct my own algorithm ๐ญ
I try not to directly copy from google or use LLMs purely from the fact i dont understand the problem that way. I dont mind asking for help on these servers typically because I get to watch as others tackle the problem in real time which helps me better understand where the problem is coming from and how to tackle similar problems in the future