Please select what you are reporting on:
Verse
What Type of Bug are you experiencing?
Verse
Summary
If player character is further than a certain distance (approximately 140m) from the world origin, the particles spawned using the SpawnParticleSystem() function will not be visible to the player.
Steps to Reproduce
- Move to a position that is < 140m from the world origin and spawn a particle using SpawnParticleSystem() function. Particle is visible.
- Move to a position that is > 140m from the world origin and spawn a particle using SpawnParticleSystem() function. Particle is not visible.
See video demonstration:
2024-04-27 18-04-48.mkv (27.5 MB)
Expected Result
Particles spawned using the SpawnParticleSystem() should always be visible regardless of the player position from the world origin.
Observed Result
Particles spawned using the SpawnParticleSystem() is not visible if player is further than 140m from the world origin.
Platform(s)
Windows 11
4 posts - 3 participants