Project Settings

Unity project configuration optimized for industrial automation with realvirtual framework.

Overview

The Apply Standard Settings feature configures Unity projects with optimal settings for industrial automation development. These settings ensure the best performance, stability, and user experience when working with realvirtual components.

Automatic Application: Standard settings are usually applied automatically after a fresh installation or update of realvirtual.io. However, if you encounter compile errors, you may need to apply them manually.

When to Apply Settings Manually

After Resolving Compile Errors

If you encounter compile errors in the console window, it may be due to conflicts between your existing project assets and realvirtual.io:

  1. Address compile errors first to ensure there are none remaining

  2. Once errors are resolved, apply the standard settings by selecting "realvirtual" > "Apply Standard Settings" from the main menu

Manual Application

You can manually apply these settings at any time through the realvirtual menu:

  1. Go to realvirtual menu in Unity's main menu bar

  2. Select "Apply Standard Settings"

  3. Confirm the application when prompted

Recommended Project Settings Dialog
Dialog asking to apply standard realvirtual project settings for optimal automation configuration

Settings Applied

Applying standard settings will configure:

  • Standard layer naming (for physics)

  • Standard physics collision matrix

  • Standard light settings

Applied Settings Summary
Summary of successfully applied settings showing layers, scene view, build settings, physics, and performance optimizations

Additional Optimizations

The system also configures additional Unity settings for optimal industrial automation performance:

Project Structure

  • Layers & Collision Matrix: Configured for automation components

  • Scene View Optimization: Hierarchy collapsed, shaded mode enabled

  • UI Layer Management: Hidden from Tools visibility for cleaner interface

Development Tools

  • Transform Tools: Move tool active with Pivot/Local mode enabled

  • realvirtual Tools: QuickEdit toolbar and overlay enabled

  • Script Icons: Configured in Gizmos folder for better visual identification

Build & Runtime Settings

  • Build Settings: Linear color space, Mono backend, .NET Standard 2.0

  • Physics Optimization: 50Hz update rate with improved solver accuracy

  • Performance Settings: VSync disabled, background execution enabled

Detailed Logging

The Console provides detailed information about each change made during the configuration process:

Console Log Details
Console log showing detailed information about each setting applied, including specific Unity menu paths

The console log shows:

  • Timestamped entries for each change

  • Specific Unity menu paths for verification

  • Confirmation of successful application

  • Reference information for troubleshooting

Benefits

Performance Optimization

  • Physics Settings: Optimized for industrial simulation accuracy

  • Rendering: Linear color space for better visual quality

  • Background Execution: Continuous operation when Unity loses focus

Development Experience

  • Clean Interface: Optimized tool visibility and organization

  • Efficient Workflow: Pre-configured tools and shortcuts

  • Visual Clarity: Better scene organization and component identification

Industrial Automation Focus

  • Collision Management: Proper layer setup for automation components

  • Precision: Enhanced physics solver for accurate movement

  • Compatibility: .NET Standard 2.0 for broader platform support

See Also

Last updated