Live Link Demo

I remember seeing a video that showed a demo on Game Object to Entity live like but for the life of me I cant find it. Does anyone know where I can find it , I think i was a demo from the last Unite.

Coincidentally I finally got around to watching this demo last night and bookmarked it.

Timestamped but if it doesn’t work 37:58

Note that some of this requires entities 0.2 which isn’t out yet.

That is nuts ty.

Yeah, I remember seeing it few weeks back. Is really cool.

I liked especially the part where they got rid of so much boilerplate code for the job system. Does the new jobified Entities.ForEach() accepts an unlimited number of components or will we have to keep using ijobchunks? Will it also accept generic components? And be able to pass custom data into them such as native arrays?

1 Like

If you need more components and buffers than for each can permit, just use Get Component/Buffer FromEntity.

Make sure your job can provide entity.

It supports 8 components right now, and you can pas in nativearrays

2 Likes