I would like to know if it was possible on a script (or even on all of them at once ?) to create some kind of text reference to mean an object or property ?
For example to make it clear, I often have to type ridigbody2D.velocity.x or rigidbody2D.velocity.y in my current project, and I would love to be able to type xSpeed and ySpeed to read/modify these value.