[Project Files] Unreal Pedestrian System - part 1
🕑 Added 2020-07-16 19:21:16 +0000 UTC
This is the part 1 of the mini series I am doing on a pedestrian system in unreal engine. Here, I am going to focus on a way to define the paths that pedestrians can take. For example, if we take a city, there are streets, zebra crossings and sidewalks. Even though the whole area is navigable, in a normal situation, pedestrians should only take the sidewalks and cross streets on zebra crossings. That's what I am going to walk on this episode. After that, I am going to address topics such as how to spawn pedestrians only around players visible area, how to pool characters..etc.
password : codelikeme_pedsys
Comments
No worries and thank you...
Thilina Premasiri
I'm sorry, to my knowledge, i don't no if it is possible
Understood...Can sequencer be invoked to run simulations while rendering? Is there a plugin or blueprint that will allow this?
Thilina Premasiri
Yes, this is using navigation system and everything is intend to work in a simulated environment. It will work only for ingame level sequences.
Yes, I am trying to render in sequencer but nothings works unless it's simulated.
Thilina Premasiri
Are you trying to do a rendering with the sequencer or just trying to make an ingame level sequence?
This is incredible! However, what if I wanted this to work in sequencer???