M. Editor

M. Editor

Unity – Undo Redo in Editor

Unity undo

On Unity and in almost all other software, you use “CTRL + Z” or “Command + Z” to undo and “CTRL + Y” or “Command + Y” to redo an action. However, when using a custom script in the editor,…

Unity Int to String Conversion

Unity int to string

In our ongoing exploration of type casting, we now enter into the realm of Unity int to string conversion. We’ll cover fundamental methods and then explore more advanced techniques applicable in specific scenarios. Table of Contents Basic Method for Unity:…

Unity List Length

Unity list length

On Unity, list length can be retrieved by code using a property. Table of contents Unity – Get list length? Using LINQ Method What to do with the length of a list? Tips: Instantiate a list with known length FAQ…