sebas77/Svelto.ECS

Errors in readme

Closed this issue · 1 comments

Copy pasting the provded example results in an error as there is no "ExclusiveGroups.group0" defined. Correcting it to SimpleContext.group0, seems to compile but running further it throws
"System.InvalidCastException: 'Unable to cast object of type 'Svelto.DataStructures.NBInternal1[EntityComponent]' to type 'Svelto.DataStructures.NB1[EntityComponent]'.'"

using svelto 3.4.6 .net 7

change the readme copying and pasting the hello world example