Skip to content
Yang's Tech Notes
  • Home
  • Home
  • Uncategorized
  • Debug.log variations
Posted inUncategorized

Debug.log variations

Posted by By admin September 10, 2020
Debug.Log("Text goes here" + variable1 + " " + variable2);
Debug.LogFormat("Text with variables {0} and {1}", variable1, variable2);
Tags:
Snippletsunity3d
admin
View All Posts

Post navigation

Previous Post
Create UI elements
Next Post
Singleton instancing
Copyright 2025 — Yang's Tech Notes. All rights reserved.
Scroll to Top