UnityRelpWindow
REX allows expression evaluation at runtime to facilitate testing and debugging.
Game programming is a notoriously complex and error prone process. The ability to inspect variables and execute functions at run time is powerful for developers and helps mitigate some of that complexity.
Testing various aspects of a game at runtime has proven difficult, e.g. having to wait until a certain point has been reached to see if a certain event occurred correctly. REX is an excellent tool to counter this problem.
Features
- Runtime evaluation of C# expressions
- Dynamic declaration of variables
- Intelligent code completion
- Lambda expression support
- Detailed output of expressions
- Macro frequently used expressions
- No T-REX included
Quick reference
Handles any expression
The ability to create variables at runtime is an easy process in REX.
Linq and anonymous function support
Manipulating variables, complex linq statements, lambda expressions or just simple expressions. All are possible with REX
Useful error messages
Intelligent code completion makes writing expressions much easier. REX also helps you get to the root of a problem with graceful error handling.
The UI Layout
- Expression - The primary input where you write expressions
- Scope - Determine which namespaces the expressions will have access to
- History - Keep all evaluated expressions
- Variables - List of declared variables
- Macros - Save frequently used expressions between sessions
- Output - Detailed expression results