Simon Schmid

Results 280 comments of Simon Schmid

Hi, in order to make it work as I imagined, each data provider would have to specify the project path, so the post processor can map the `CodeGenFile` to the...

@wpp1983 if you do deep profiling and expand the selected line, you can exactly find out what's producing the allocations. Btw, when you profile, it's recommended to disable visual debugging...

Fluent Api for components will come back! :)

@Jennal both ways are fine. When you use jenny wizard (run Jenny.exe without any parameters) with the command line, it performs some additional cleanup logic which might explain the difference...

`Microsoft.CodeAnalysis` is part of the default Jenny plugin. Can you share your Jenny.properties? I recommend using Match-One Jenny.properties if you have problems. Update the search paths accordingly, if your folder...

Someone from the Entitas Discord chat had a similar issue which is now fixed for him: https://discord.com/channels/599321316377624601/1020245560776720425 Quote from Rene: > Quick guess here. You downloaded the .zip and there's...

@woshihuo12 did you make it work?

@woshihuo12 I see your Jenny.properties is not setup correctly. A good start is to use the one from Match-One: https://github.com/sschmid/Match-One/blob/main/Jenny.properties Jenny can fix those issue for you by running ```...

If you don't have Entitas installed at the default location (Assets/Entitas), please update your `Jenny.SearchPaths` accordingly

We solved a similar issue by introducing the `DestroyedComponent` and deferring the actual destruction of the entity to the end of the frame. You can use the same approach for...