Search Issue Tracker
By Design
Votes
2
Found in
5.4.2f2
Issue ID
892315
Regression
No
Using SwitchActiveBuildTarget API does not fully switch build target
How to reproduce:
1. Open user provided project
2. In File/Build Settings, set build to Android.
3. From Build menu, select 'Android'. (This script calls SwitchActiveBuildTarget to Android, and then builds the player.)
4. Note that build completes successfully without errors
5. In File | Build Settings, now set build to PC, Mac & Linux Standalone
6. From Build menu, select 'Android'
7. You will see this error 'Type '[Assembly-CSharp]DemoInputManager' has an extra field 'messageCanvas' of type 'UnityEngine.GameObject' in the player and thus can't be serialized '.
Reproduced on: 5.3.5f1, 5.3.7p4, 5.4.2f2, 5.5.2p3, 5.6.0f1, 2017.1.0a4
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Add comment