Job-System Questions
1
I don’t get it. I thought I can use IsCompleted to check if the job is finished and then process the result (the job takes quite a while), but right after starting my testapplication it tries to execu...
Contemplate asked 8/8, 2019 at 22:37
1
Solved
Using the jobs or not I still get 30~40 fps tops
SpawnZombies.cs
void Start ()
{
zombieList = new List<Zombie>();
for (int i = 0; i < 10000; i++)
{
Transform zombieT = Instantiate(pref...
Hemistich asked 2/7, 2021 at 14:29
2
I’m having issues understanding how I should be using the Jobs System to interact with the ECS system.
My current goal:
Create 10,000 physics objects and add
a random velocity
Add a random velocity i...
Route asked 18/11, 2020 at 15:32
1
© 2022 - 2024 — McMap. All rights reserved.