Search Issue Tracker
Fixed
Fixed in 1.7.7
Votes
2
Found in [Package]
1.7.2
Issue ID
UVSB-1610
Regression
No
[Android][Visual Scripting] Project can't be built successfully due to generated Visual Scripting Property Providers files
Reproducible on:
- Visual Scripting version:1.7.2
- Unity Version: 2021.1.13f1 and 2021.2.0b2
- Platforms: Windows 10, macOS Catalina
How to reproduce it:
1. Open the attached project "AdaStory 2021-2.zip" https://drive.google.com/drive/folders/15W6g2vbaE0_O9iKT1WboICT9sKkZJ1TQ
2. In the Project view > Assets remove the "Unity.VisualScripting.Generated" if it exists
3. Open the Project Settings window and go to the Visual Scripting page
4. Click on a "Generate" button
5. Try to build a project for Android
Actual result:
- The project isn't built successfully. Errors appear in the Console window:
{code:java}
Assets/Unity.VisualScripting.Generated/VisualScripting.Core/Property Providers/PropertyProvider_Bolt_Community_Addons_Fundamentals_Editor_Controls_UnitButton.cs(15,89): error CS0234: The type or namespace name 'Community' does not exist in the namespace 'Bolt' (are you missing an assembly reference?)
Assets/Unity.VisualScripting.Generated/VisualScripting.Core/Property
{code}
{code:java}
Providers/PropertyProvider_Bolt_Community_Addons_Fundamentals_Editor_Controls_UnitButton.cs(16,150): error CS0234: The type or namespace name 'Community' does not exist in the namespace 'Bolt' (are you missing an assembly reference?)
{code}
Expected result:
- The project is built successfully
Comments (3)
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
- URP Realtime reflection probes do not update when RenderProbe() is being called once per second
- Addressable terrain shader variants are stripped from the Player
- [iOS] Debug.Log() appears as <private> in Console app
- UI stays in the background when it is disabled in simulator
- A wrong log file is attached when project is launched with a "-logFile" command line argument
Ignacii
Mar 12, 2024 21:39
Happened today. Unity 2022.3.21. UVS version 1.9.2. Can't build my project
TonyGreen
Mar 23, 2022 10:00
still have this problem on Unity 2021.2.16f
Deleting PropertyProviders helps a little bit
JamieVectorpoint
Mar 07, 2022 04:35
Actually deleting the Unity.VisualScripting.Generated folder and letting it automatically fix it solved my issue!