You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
additive scene manager bugfix with scene names and objects. FrameCount now can render to a specific TextMeshpro textbox. Prefabs for framecount now position the frame counters relative to the screen
[Tooltip("The raw frame number of the current frame. Wil always increment from 0 at the start of the scene.")]
@@ -19,6 +29,8 @@ public class FrameCount : MonoBehaviour
19
29
[Header("=== Settings ===")]
20
30
[Range(0f,1f),Tooltip("The ratio for calculating the smoothed FPS. 1 = focus only on raw FPS on the current frame, 0 = focus only on the previous FPS of the previous frame.")]
21
31
publicfloatsmoothed_ratio=0.75f;
32
+
[Tooltip("Which textboxes should this write to?")]
0 commit comments