I got this error after upgrade my project to 2018.1: BCE0011:
An error occurred during the execution of the step ‘UnityScript.Steps.IntroduceUnityGlobalNamespaces’: ‘String conversion error: Illegal byte sequence encounted in the input.’.
Does anyone knows what happens here or how to fix it?
1 Like
Danerduo, have you found what caused the error? Did you find a solution? I’ve faced the same one on my older win desktop today.
Same problem here. Seems to be related to Incremental Compiler package. Downloading other version seems to fix the problem but only for some time.
1 Like
I’ve got it when upgraded from 2018.1 to 2018.3, and I’ve no Incremental compiler in project, but have same error.
Will try import incremental compiler.
UPD. Find out. I’ve imported incremental compiler through manifest.json - file, but didn’t added
,
"registry": "https://staging-packages.unity.com"
in end of file.
worked manifest.json
{
"dependencies": {
"com.unity.incrementalcompiler": "0.0.42-preview.24",
"com.unity.package-manager-ui": "2.0.3",
"com.unity.modules.ai": "1.0.0",
"com.unity.modules.animation": "1.0.0",
"com.unity.modules.assetbundle": "1.0.0",
"com.unity.modules.audio": "1.0.0",
"com.unity.modules.cloth": "1.0.0",
"com.unity.modules.director": "1.0.0",
"com.unity.modules.imageconversion": "1.0.0",
"com.unity.modules.imgui": "1.0.0",
"com.unity.modules.jsonserialize": "1.0.0",
"com.unity.modules.particlesystem": "1.0.0",
"com.unity.modules.physics": "1.0.0",
"com.unity.modules.physics2d": "1.0.0",
"com.unity.modules.screencapture": "1.0.0",
"com.unity.modules.terrain": "1.0.0",
"com.unity.modules.terrainphysics": "1.0.0",
"com.unity.modules.tilemap": "1.0.0",
"com.unity.modules.ui": "1.0.0",
"com.unity.modules.uielements": "1.0.0",
"com.unity.modules.umbra": "1.0.0",
"com.unity.modules.unityanalytics": "1.0.0",
"com.unity.modules.unitywebrequest": "1.0.0",
"com.unity.modules.unitywebrequestassetbundle": "1.0.0",
"com.unity.modules.unitywebrequestaudio": "1.0.0",
"com.unity.modules.unitywebrequesttexture": "1.0.0",
"com.unity.modules.unitywebrequestwww": "1.0.0",
"com.unity.modules.vehicles": "1.0.0",
"com.unity.modules.video": "1.0.0",
"com.unity.modules.vr": "1.0.0",
"com.unity.modules.wind": "1.0.0",
"com.unity.modules.xr": "1.0.0"
},
"registry": "https://staging-packages.unity.com"
}
Check out official install instructions here
UPD2: aaand it didn’t helped
UPD3: helped opening Unity not within unity hub, but with administrator rights.