shieldgenerator7 / Stonicorn

A 2D Metroidvania-style teleporting platformer. Current version: https://shieldgenerator7.itch.io/stonicorn
https://www.stonicorn.com
1 stars 0 forks source link

Parallelize Teleport Spot Finding algorithm #501

Open shieldgenerator7 opened 3 years ago

shieldgenerator7 commented 3 years ago

The process that finds a teleportable spot for Merky to teleport to could use parallelization to be more efficient.

Here is the best example I've found on how to do it: https://docs.unity3d.com/Manual/JobSystemParallelForJobs.html (2020-11-12)

The goals for this optimization:

shieldgenerator7 commented 3 years ago

Here's a video example of how to do it: https://youtu.be/3o12aic7kDY