Search Issue Tracker
Fixed in 2.0.2-preview.3
Votes
3
Found in [Package]
1.0.2
Issue ID
1101014
Regression
No
Build fails when Unity Recorder plugin is present in the project
Repro steps:
1. Create a new project
2. Install the Unity Recorder plugin
3. Build for Android/iOS/WebGL
Actual: Build fails
Reproducible with: 2018.3.0a2, 2018.3.1f1
Notes:
- Couldn't test with other version due to numerous errors
Comments (1)
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
cdauphin
Jun 03, 2019 14:05
Workaround for the "Plugins collide with each others" build error :
The fccore.dll used by Unity Recorder package has two versions : x86 and x86_64 and both of them are included on WebGL/Android. You have to manually modify the x86 associated .meta to disable it.