I am currently trying to access Data i have in Monoworld, from within an ECS based ISystem. The player has his position stored in a public variable, accessable from anywhere in the "MonoWorld" by simply using "PlayerData.PlayerPos".
How could i access this Data from within an ECS ISystem? I am using multithreaded jobs with Burst and IJobEntity.
Here is the code of my moving system: