Skip to content

Commit 1d13828

Browse files
committed
Added imageLink field
Added a new imageLink field to the scenario serialization function which will accompany all elements of the randomizer config.
1 parent b396d12 commit 1d13828

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

com.unity.perception/Runtime/Randomization/Scenarios/Serialization/SerializationStructures.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ class StandardMetadata
2323
{
2424
public string name = string.Empty;
2525
public string description = string.Empty;
26+
public string imageLink = string.Empty;
2627
}
2728

2829
class Group

0 commit comments

Comments
 (0)