Search Issue Tracker
Won't Fix
Votes
0
Found in [Package]
2.0.0a13
Issue ID
UVSB-932
Regression
No
Not parsed as a Scalar YAML value warning after package import.
When installing Bolt 2 via the package manager "Add package from disk" I get the following error.
{code:java}
The property 'assetBundleVariant' in file: 'Packages/com.unity.bolt/Runtime/Bolt.Core/Dependencies/Odin Serializer/EditorOnly/Unity.Bolt.OdinSerializer.dll.meta' was not parsed as a Scalar YAML value, please ensure this value is saved in the file as a Scalar value.
Outputting YAML:
fileFormatVersion: 2
guid: d63dca585ec0cad4fafad65ea56e2f21
PluginImporter:
externalObjects: {}
serializedVersion: 2
iconMap: {}
executionOrder: {}
defineConstraints: []
isPreloaded: 0
isOverridable: 0
isExplicitlyReferenced: 0
validateReferences: 1
platformData:
- first:
'': Any
second:
enabled: 0
settings:
Exclude Editor: 0
Exclude Linux: 1
Exclude Linux64: 1
Exclude LinuxUniversal: 1
Exclude OSXUniversal: 1
Exclude Win: 1
Exclude Win64: 1
- first:
Any:
second:
enabled: 1
settings: {}
- first:
Editor: Editor
second:
enabled: 1
settings:
CPU: AnyCPU
DefaultValueInitialized: true
OS: AnyOS
- first:
Facebook: Win
second:
enabled: 0
settings:
CPU: AnyCPU
- first:
Facebook: Win64
second:
enabled: 0
settings:
CPU: AnyCPU
- first:
Standalone: Linux
second:
enabled: 0
settings:
CPU: x86
- first:
Standalone: Linux64
second:
enabled: 0
settings:
CPU: x86_64
- first:
Standalone: LinuxUniversal
second:
enabled: 0
settings:
CPU: None
- first:
Standalone: OSXUniversal
second:
enabled: 0
settings:
CPU: AnyCPU
- first:
Standalone: Win
second:
enabled: 0
settings:
CPU: AnyCPU
- first:
Standalone: Win64
second:
enabled: 0
settings:
CPU: AnyCPU
- first:
Windows Store Apps: WindowsStoreApps
second:
enabled: 0
settings:
CPU: AnyCPU
userData:
assetBundleName:
assetBundleVariant:
{code}
Steps to reproduce
- Download Bolt 2.0.0a13 and unzip the package
- Create a new project using Unity 2019.4.4f1
- Open the package manager
- Click the + button in the top left corner
- Select "Add package via file"
- Select the Bolt 2 package.json from the unzipped project file
Notice issue >> After the package has been imported the following warning appears.
{code:java}
The property 'assetBundleVariant' in file: 'Packages/com.unity.bolt/Runtime/Bolt.Core/Dependencies/Odin Serializer/EditorOnly/Unity.Bolt.OdinSerializer.dll.meta' was not parsed as a Scalar YAML value, please ensure this value is saved in the file as a Scalar value.
{code}
Tested: Unity 2019.4.4f1, macOS
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
- Input from the "Backslash" key is not detected in the Web Player when using the Japanese 106/109 key keyboard
- High "Total" value of the "TerrainManager.CullAllTerrains" when generating terrain
- UI Layout rebuild triggered by a rounding error when using TextMesh Pro
- Sprite Shape Corners and Edges are invisible when a closed Sprite Shape is used
- Script icon Gizmos cause lag/performance issues in Scene view even when the Scene Camera is not pointed at Gizmos
Resolution Note:
Bolt 2 will not be released as its own product. See https://forum.unity.com/threads/visual-scripting-roadmap-update-august-2020.951675/ for details.