From d5039f264d0d0e9a27ce92a0e1d332fcf43ebe3b Mon Sep 17 00:00:00 2001 From: Frooxius Date: Wed, 8 Jan 2025 14:08:12 -0800 Subject: [PATCH] Update PhotonDust stats string --- en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en.json b/en.json index 3e45c5c..3a0b2bf 100644 --- a/en.json +++ b/en.json @@ -2234,7 +2234,7 @@ "Inspector.PrimitiveMemberEditor.Warning": "WARNING!
It is possible to use this component to interact with references by using their IDs. This process is commonly called 'Ref Hacking'.

Before you do this, please understand that this is not supported and may break at any time. Do not rely on this functionality for your creations.", "Inspector.ParticleSystem.TestingWarning" : "WARNING!
This is the new particle system called \"PhotonDust\", which is currently being tested. You are free to play with it, but we recommend not using it for new serious content yet, as breaking changes can still occur.

We recommend using the Legacy Particle System for projects until it is fully removed and this warning goes away.", - "Inspector.ParticleSystem.BasicInfo" : "Particles: {count}\tSimulation Time: {time}\tSubmit Time: {renderSubmitTime}\tRender allocations: {allocationCount}", + "Inspector.ParticleSystem.BasicInfo" : "Particles: {count}, FPS: {fps}, Simulation Time: {time}, Submit Time: {renderSubmitTime}, Render allocations: {allocationCount}", "Inspector.ParticleSystem.TrailInfo" : "Trails: {trailCount} (capacity: {trailCapacity}), Trail Point Capacity: {trailPointCapacity}, Allocations: {allocationCount}", "Inspector.ParticleStyle.CommonTransitions": "Common Transition Templates:",