spatialos / UnrealGDK

SpatialOS GDK for Unreal Plugin
https://docs.improbable.io/unreal/
MIT License
403 stars 142 forks source link

Schema generation can generate Component IDs equal to 0. #903

Closed oblm closed 5 years ago

oblm commented 5 years ago

We are accepting issues and we want your feedback.


Description

Schema generation can generate Component IDs equal to 0.

Expected behavior

Schema generation should never generate Component IDs below 100 and from 19000 to 19999, as these are reserved for use by Improbable.

Current behavior

Schema generation can generate Component IDs equal to 0.

Possible solution

https://github.com/spatialos/UnrealGDK/pull/900

oblm commented 5 years ago

Fixed: https://github.com/spatialos/UnrealGDK/releases/tag/0.4.1