then go to line 66 in the explorer: scene.flecs and change Position3 to Position3A - lights will get removed - no parsing error
now remove the next openingn { and the parser will give you unresolved Position3A
and even after changing the Position3A back to Position3 you will still get the unresolved Position3A error when introducing other invalid changes
you can also change the numbers into total invalid double values of Position3 or Box like xy12.32gb without getting any parsing errors
started flecs explorer in browser
then go to line 66 in the explorer: scene.flecs and change
Position3
toPosition3A
- lights will get removed - no parsing error now remove the next openingn{
and the parser will give youunresolved Position3A
and even after changing thePosition3A
back toPosition3
you will still get theunresolved Position3A
error when introducing other invalid changes you can also change the numbers into total invalid double values of Position3 or Box likexy12.32gb
without getting any parsing errors