Installation & Update Issues
Common issues related to installing or updating ProStream.
Installation Issues
Lost References / Missing Scripts
Issue: Components show as "Missing Script" after installation
Cause: Installing ProStream while a scene with ProStream components is open
Solution:
- Close all scenes before installing
- Install ProStream
- Reopen scenes after installation completes
- If references are still lost, you may need to re-run scene setup
Prevention:
- Always close scenes before installing packages
- Save all work before installation
- Restart Unity after installation if issues persist
Package Installation Fails
Issue: Unity Package Manager fails to install ProStream
Common Causes:
- Network connectivity issues
- Package cache corruption
- Unity version incompatibility
- Insufficient permissions
Solutions:
- Check Unity version meets requirements (2022.3.0f1+)
- Clear Package Manager cache
- Restart Unity
- Check internet connection
- Try manual package installation
Dependencies Not Installed
Issue: Required packages (Entities, etc.) not installed automatically
Solution:
- Open Package Manager
- Manually install required packages:
- Unity Entities
- Unity Burst
- Unity Collections
- Unity Mathematics
- Restart Unity
- Re-run ProStream installer
Update Issues
ObjectDisposedException Errors
Issue: Constant "UNKNOWN_OBJECT_TYPE has been deallocated" errors after update
Cause: Updating ProStream (specifically the Entities package) while a scene with SubScene components is open
Solution:
- Close all scenes
- Update packages
- Restart Unity
- Reopen scenes
- If errors persist, reimport ProStream
Prevention:
- Always close scenes before updating
- Close Unity before major updates
- Backup project before updates
Settings Lost After Update
Issue: ProStream settings reset after update
Cause: Settings format changed between versions
Solution:
- Reconfigure settings in Settings Panel
- Re-run scene setup if needed
- Check scene-specific settings in SceneSettings asset
Compilation Errors After Update
Issue: C# compilation errors after updating
Common Causes:
- API changes between versions
- Incompatible package versions
- Cached assemblies
Solutions:
- Restart Unity
- Reimport all assets
- Clear Library folder (Unity will rebuild)
- Check for package version conflicts
- Update all related packages
Version Compatibility
Unity Version Requirements
| ProStream Version | Minimum Unity Version | Recommended Unity Version |
|---|---|---|
| Current | 2022.3.0f1 | Unity 6.1 |
Package Dependencies
Required packages:
- Unity Entities (compatible version)
- Unity Burst
- Unity Collections
- Unity Mathematics
- Scriptable Render Pipeline (URP or HDRP)
Best Practices
Before Installing/Updating
- Backup your project
- Close all scenes
- Save all work
- Check Unity version compatibility
- Read release notes
- Close Unity (for major updates)
After Installing/Updating
- Restart Unity
- Check Console for errors
- Verify package installation
- Test in a simple scene first
- Reconfigure settings if needed
- Re-run scene setup if required
Safe Update Process
Backup Project
- Use version control (Git)
- Or create a complete copy
Close Everything
- Close all scenes
- Close Unity
Update
- Update ProStream package
- Update dependencies if needed
Restart
- Restart Unity
- Let it recompile
Verify
- Check for errors
- Test basic functionality
- Verify existing scenes work
Reconfigure
- Check settings
- Re-run setup if needed
Troubleshooting Installation
Installer Not Appearing
Issue: ProStream installer window doesn't open after import
Solution:
- Open manually: Tools > instance.id > ProStream > (Install/Update) ProStream
- Check Console for errors
- Verify package imported correctly
- Restart Unity
Installation Hangs
Issue: Installer appears to hang during installation
Solution:
- Wait (installation can take several minutes)
- Check Unity's progress bar
- Check Console for errors
- If truly hung, restart Unity and try again
SRP Not Detected
Issue: Installer says SRP not found
Solution:
- Install URP or HDRP via Package Manager
- Create and assign SRP asset in Project Settings
- Restart installer
- See Prerequisites for details
Getting Help
If installation/update issues persist:
- Check Troubleshooting guide
- Verify Prerequisites
- Check Unity Console for specific errors
- Try clean installation:
- Remove ProStream package
- Clear Library folder
- Restart Unity
- Reinstall ProStream
See Also
- Installation - Installation guide
- Prerequisites - Requirements
- Troubleshooting - General issues
