Redline Inspect
1.1.0 ・ Public
Redline Inspector
The Unity3D Inspector Enhancer for Unity
Features
- Enhanced inspector with visual customization
- Advanced validation system with automatic fixes
- Component state history and presets
- Debug visualization tools
- Custom styling and icons
- Advanced search functionality
- Validation attributes for components
- Automatic component dependency management

Installation
Using RPM/VCC/ALCOM (Recommended)
- Open RPM, VCC, or ALCOM in your Unity project
- Add the Redline repository URL:
https://rlist.arch-linux.pro/index.json - Find RedInspect in the package list and install it
Using Unity Package Manager (UPM)
- Open the Package Manager window in Unity (Window > Package Manager)
- Click the "+" button in the top-left corner
- Select "Add package from git URL..."
- Enter
https://github.com/Redline-Team/RedInspect.git - Click "Add"
Manual Installation
- Download the latest release from the Releases page
- Import the .unitypackage file into your Unity project
Quick Start
- Add the
[RedInspect]attribute to your MonoBehaviour scripts - Use validation attributes to enforce requirements:
[RequireComponent(typeof(Rigidbody))] [Required("This field is required")] public class MyComponent : MonoBehaviour { [Tag("Player")] public GameObject playerObject; [Layer("UI")] public GameObject uiElement; }
Documentation
For detailed documentation, please visit our Documentation page.
License
This project is licensed under the GPL-3.0 License - see the LICENSE file for details.
Contributing
Contributions are welcome! Please read our Contributing Guidelines for details on our code of conduct and the process for submitting pull requests.
All contributors are expected to follow our Code of Conduct.
Credits
Developed by The Redline Team
Keywords
No keywords found.Install via VCC
Package ID
dev.redline-team.redinspectUnity Version
2022.3Unity Release
undefinedVRChat Version
undefinedAuthor
License
GPL-3.0
Documentation URL
undefined