@@ -117,7 +117,7 @@ public Snapshot ToComponentSnapshot(global::Unity.Entities.World world)
117117
118118 internal uint field1Handle ;
119119
120- public global ::System . Collections . Generic . Dictionary < BlittableBool , string > Field1
120+ public global ::System . Collections . Generic . Dictionary < bool , string > Field1
121121 {
122122 get => Improbable . Gdk . Tests . ExhaustiveMapKey . ReferenceTypeProviders . Field1Provider . Get ( field1Handle ) ;
123123 set
@@ -377,7 +377,7 @@ public struct Snapshot : ISpatialComponentSnapshot
377377 {
378378 public uint ComponentId => 197719 ;
379379
380- public global ::System . Collections . Generic . Dictionary < BlittableBool , string > Field1 ;
380+ public global ::System . Collections . Generic . Dictionary < bool , string > Field1 ;
381381 public global ::System . Collections . Generic . Dictionary < float , string > Field2 ;
382382 public global ::System . Collections . Generic . Dictionary < byte [ ] , string > Field3 ;
383383 public global ::System . Collections . Generic . Dictionary < int , string > Field4 ;
@@ -396,7 +396,7 @@ public struct Snapshot : ISpatialComponentSnapshot
396396 public global ::System . Collections . Generic . Dictionary < global ::Improbable . Gdk . Tests . SomeType , string > Field17 ;
397397 public global ::System . Collections . Generic . Dictionary < global ::Improbable . Gdk . Tests . SomeEnum , string > Field18 ;
398398
399- public Snapshot ( global ::System . Collections . Generic . Dictionary < BlittableBool , string > field1 , global ::System . Collections . Generic . Dictionary < float , string > field2 , global ::System . Collections . Generic . Dictionary < byte [ ] , string > field3 , global ::System . Collections . Generic . Dictionary < int , string > field4 , global ::System . Collections . Generic . Dictionary < long , string > field5 , global ::System . Collections . Generic . Dictionary < double , string > field6 , global ::System . Collections . Generic . Dictionary < string , string > field7 , global ::System . Collections . Generic . Dictionary < uint , string > field8 , global ::System . Collections . Generic . Dictionary < ulong , string > field9 , global ::System . Collections . Generic . Dictionary < int , string > field10 , global ::System . Collections . Generic . Dictionary < long , string > field11 , global ::System . Collections . Generic . Dictionary < uint , string > field12 , global ::System . Collections . Generic . Dictionary < ulong , string > field13 , global ::System . Collections . Generic . Dictionary < int , string > field14 , global ::System . Collections . Generic . Dictionary < long , string > field15 , global ::System . Collections . Generic . Dictionary < global ::Improbable . Gdk . Core . EntityId , string > field16 , global ::System . Collections . Generic . Dictionary < global ::Improbable . Gdk . Tests . SomeType , string > field17 , global ::System . Collections . Generic . Dictionary < global ::Improbable . Gdk . Tests . SomeEnum , string > field18 )
399+ public Snapshot ( global ::System . Collections . Generic . Dictionary < bool , string > field1 , global ::System . Collections . Generic . Dictionary < float , string > field2 , global ::System . Collections . Generic . Dictionary < byte [ ] , string > field3 , global ::System . Collections . Generic . Dictionary < int , string > field4 , global ::System . Collections . Generic . Dictionary < long , string > field5 , global ::System . Collections . Generic . Dictionary < double , string > field6 , global ::System . Collections . Generic . Dictionary < string , string > field7 , global ::System . Collections . Generic . Dictionary < uint , string > field8 , global ::System . Collections . Generic . Dictionary < ulong , string > field9 , global ::System . Collections . Generic . Dictionary < int , string > field10 , global ::System . Collections . Generic . Dictionary < long , string > field11 , global ::System . Collections . Generic . Dictionary < uint , string > field12 , global ::System . Collections . Generic . Dictionary < ulong , string > field13 , global ::System . Collections . Generic . Dictionary < int , string > field14 , global ::System . Collections . Generic . Dictionary < long , string > field15 , global ::System . Collections . Generic . Dictionary < global ::Improbable . Gdk . Core . EntityId , string > field16 , global ::System . Collections . Generic . Dictionary < global ::Improbable . Gdk . Tests . SomeType , string > field17 , global ::System . Collections . Generic . Dictionary < global ::Improbable . Gdk . Tests . SomeEnum , string > field18 )
400400 {
401401 Field1 = field1 ;
402402 Field2 = field2 ;
@@ -1417,7 +1417,7 @@ public static void SerializeSnapshot(global::Improbable.Gdk.Tests.ExhaustiveMapK
14171417
14181418 component . field1Handle = Improbable . Gdk . Tests . ExhaustiveMapKey . ReferenceTypeProviders . Field1Provider . Allocate ( world ) ;
14191419 {
1420- component . Field1 = new global ::System . Collections . Generic . Dictionary < BlittableBool , string > ( ) ;
1420+ component . Field1 = new global ::System . Collections . Generic . Dictionary < bool , string > ( ) ;
14211421 var map = component . Field1 ;
14221422 var mapSize = obj . GetObjectCount ( 1 ) ;
14231423 for ( var i = 0 ; i < mapSize ; i ++ )
@@ -1690,7 +1690,7 @@ public static void SerializeSnapshot(global::Improbable.Gdk.Tests.ExhaustiveMapK
16901690 }
16911691 if ( mapSize > 0 || isCleared )
16921692 {
1693- update . Field1 = new global ::Improbable . Gdk . Core . Option < global ::System . Collections . Generic . Dictionary < BlittableBool , string > > ( new global ::System . Collections . Generic . Dictionary < BlittableBool , string > ( ) ) ;
1693+ update . Field1 = new global ::Improbable . Gdk . Core . Option < global ::System . Collections . Generic . Dictionary < bool , string > > ( new global ::System . Collections . Generic . Dictionary < bool , string > ( ) ) ;
16941694 }
16951695 for ( var i = 0 ; i < mapSize ; i ++ )
16961696 {
@@ -2119,7 +2119,7 @@ public static void SerializeSnapshot(global::Improbable.Gdk.Tests.ExhaustiveMapK
21192119
21202120 {
21212121 var mapSize = obj . GetObjectCount ( 1 ) ;
2122- update . Field1 = new global ::Improbable . Gdk . Core . Option < global ::System . Collections . Generic . Dictionary < BlittableBool , string > > ( new global ::System . Collections . Generic . Dictionary < BlittableBool , string > ( ) ) ;
2122+ update . Field1 = new global ::Improbable . Gdk . Core . Option < global ::System . Collections . Generic . Dictionary < bool , string > > ( new global ::System . Collections . Generic . Dictionary < bool , string > ( ) ) ;
21232123 for ( var i = 0 ; i < mapSize ; i ++ )
21242124 {
21252125 var mapObj = obj . IndexObject ( 1 , ( uint ) i ) ;
@@ -2341,7 +2341,7 @@ public static void SerializeSnapshot(global::Improbable.Gdk.Tests.ExhaustiveMapK
23412341 var component = new global ::Improbable . Gdk . Tests . ExhaustiveMapKey . Snapshot ( ) ;
23422342
23432343 {
2344- component . Field1 = new global ::System . Collections . Generic . Dictionary < BlittableBool , string > ( ) ;
2344+ component . Field1 = new global ::System . Collections . Generic . Dictionary < bool , string > ( ) ;
23452345 var map = component . Field1 ;
23462346 var mapSize = obj . GetObjectCount ( 1 ) ;
23472347 for ( var i = 0 ; i < mapSize ; i ++ )
@@ -3480,7 +3480,7 @@ public struct Update : ISpatialComponentUpdate
34803480 {
34813481 internal static Stack < List < Update > > Pool = new Stack < List < Update > > ( ) ;
34823482
3483- public Option < global ::System . Collections . Generic . Dictionary < BlittableBool , string > > Field1 ;
3483+ public Option < global ::System . Collections . Generic . Dictionary < bool , string > > Field1 ;
34843484 public Option < global ::System . Collections . Generic . Dictionary < float , string > > Field2 ;
34853485 public Option < global ::System . Collections . Generic . Dictionary < byte [ ] , string > > Field3 ;
34863486 public Option < global ::System . Collections . Generic . Dictionary < int , string > > Field4 ;
@@ -3560,7 +3560,7 @@ private static void SerializeSnapshot(Snapshot snapshot, ComponentData data)
35603560 private static Update SnapshotToUpdate ( in Snapshot snapshot )
35613561 {
35623562 var update = new Update ( ) ;
3563- update . Field1 = new Option < global ::System . Collections . Generic . Dictionary < BlittableBool , string > > ( snapshot . Field1 ) ;
3563+ update . Field1 = new Option < global ::System . Collections . Generic . Dictionary < bool , string > > ( snapshot . Field1 ) ;
35643564 update . Field2 = new Option < global ::System . Collections . Generic . Dictionary < float , string > > ( snapshot . Field2 ) ;
35653565 update . Field3 = new Option < global ::System . Collections . Generic . Dictionary < byte [ ] , string > > ( snapshot . Field3 ) ;
35663566 update . Field4 = new Option < global ::System . Collections . Generic . Dictionary < int , string > > ( snapshot . Field4 ) ;
0 commit comments