Installation & Update Issues
Common issues related to installing or updating ProStream.
This page focuses on behavior in the current package line.
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:
- 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 (package manifest currently targets Unity
2022.3.0f0+) - 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
- Ensure required DOTS/SRP dependencies are present for your project configuration
- Confirm
com.unity.entities.graphicsdependency resolves successfully - Restart Unity
- Re-run ProStream Setup
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:
- Close scenes before updating
- 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:
- ProStream files deleted or moved in new version
- API changes between versions
- Incompatible package versions
Solutions:
- Close Unity
- Delete the ProStream package folder from
Packages/id.instance.prostream - Open Unity and reimport ProStream
Version Compatibility
Unity Version Requirements
| ProStream Version | Minimum Unity Version | Recommended Unity Version |
|---|---|---|
| Current package line | 2022.3.0f0 | Latest LTS or project-validated version |
Package Dependencies
Declared package dependency (manifest):
com.unity.entities.graphics
In practice, ProStream workflows also expect compatible DOTS + SRP project setup.
Best Practices
Before Installing/Updating
- Backup your project
- Close all scenes
- Save all work
- Check Unity version compatibility
- Read release notes
After Installing/Updating
- 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
Update
- Update ProStream package
Verify
- Check for errors
- Test basic functionality
- Verify existing scenes work
Reconfigure
- Check settings
- Re-run setup if needed
Troubleshooting Installation
Setup Window Not Appearing
Issue: ProStream setup window doesn't open after import
Solution:
- Open manually from one of these menu items:
- Tools > instance.id > ProStream > Setup ProStream
- Tools > instance.id > ProStream > Update ProStream
- Check Console for errors
- Verify package imported correctly
- Restart Unity
Setup Hangs
Issue: Setup 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: Setup says SRP not found
Solution:
- Install URP or HDRP via Package Manager
- Create and assign SRP asset in Project Settings
- Restart setup
- See Requirements for details
Getting Help
If installation/update issues persist:
- Check Troubleshooting guide
- Verify Requirements
- Check Unity Console for specific errors
- Try clean installation:
- Remove ProStream package
- Clear Library folder
- Restart Unity
- Reinstall ProStream
See Also
- Setup - Setup guide
- Requirements - Requirements
- Troubleshooting - General issues
