Search Issue Tracker
Fixed
Fixed in 1.7.6
Votes
0
Found in [Package]
1.7.2
1.7.5
Issue ID
UVSB-1649
Regression
No
Visual Scripting with IL2CPP Build built using Batch Mode throws ExecutionEngineException
Steps to reproduce:
1. Download and open the project "VisualScriptingIL2CPPTest.zip"
2. Open Build Settings (File > Build Settings...)
3. Add Assets/SampleScene.unity to Scenes In Build
4. Click on Build And Run
5. After the Build is complete, open the Player.log file found in %USERPROFILE%\\AppData\\LocalLow\\<studioname>\\ScriptingTest
6. Notice that no exceptions are thrown
7. Open the Build.bat file located in the root folder of the project
8. Edit the path within the "" to point to the same Unity Editor in which the project was opened in
9. Save and run the Build.bat file
10. Run the resulting Build.exe file located in the Build directory
11. Open the Player.log file
Expected result: No exceptions are thrown
Actual result: ExecutionEngineException: Attempting to call method 'Unity.VisualScripting.InstanceFunctionInvoker is thrown
Reproducible with: 1.7.2 (2021.1.15f1, 2021.2.0b5)
Could not test with: Bolt 1.4.15 (2018.4.36f1, 2019.4.29f1, 2020.3.14f1) (Multiple Package/Assembly errors)
Note:
Issue not reproducible with Mono Scripting Backend
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
- Any small change in UI Builder Inspector refreshes Editor Inspector
- Inaccurate Box Collider boundaries on a rotated child Cube when the parent GameObject Scale is non-uniform
- [Android] "SHADOWS_SCREEN" set as shader Keyword when no "_ShadowMapTexture" is bound leads to freeze on a build on some Mali GPU devices
- The global scene list is overridden in a project built with command line when the Override Global Scene List setting is disabled in the build profile
- Global Scenes are not included in the Build when building multiple Build Profiles at the same time
Resolution Note (fix version 1.7.6):
This issue was fixed with Version 1.7.6 that is already released