- Home /
Get Stats window information (part of it)
Hi,
well I want to get the information of that window:
I only want to get the VRAM, and the ms of the Main thread and the Renderer, and the render texture size. I only have FPS, I search into Google but I didn't find anything.
Can you help me?
Thanks in advance. Bye.
PD: I have too much verts and tris can it be dangerous? (That picture was taken when I was shooting a lot of bullets)
Answer by MakeCodeNow · Mar 02, 2014 at 07:00 PM
All of this info is in UnityEditor.UnityStats. However, you can only get at it in editor, not in standalone builds of the game (AFAIK).
Hi, thanks for your answer, there is anyway to get the total VRam ?? (In my case 0,86GB)
Check out the Profiler class. I think that will have what you need.
I don't find the property I have to use D:< Can you help me?
Your answer

Follow this Question
Related Questions
How to get user gameplay data for testing? 1 Answer
Programmatically change the Game Window resolution 2 Answers
i need help with my weapon stats 1 Answer
How To Switch Between Scenes 2 Answers