Marc Ducret

Results 2 issues of Marc Ducret

The current code: ```java private long decodeTimestamp(final byte[] decodedKsuid) { final byte[] timestamp = new byte[TIMESTAMP_LENGTH]; System.arraycopy(decodedKsuid, 0, timestamp, 0, TIMESTAMP_LENGTH); return ByteBuffer.wrap(timestamp).getInt() + EPOCH; } ``` The timestamp is...

Without this change, `EntityInstantiator.cs` does not compile with `com.unity.entities.graphics=1.2.0`. Though, with this change, it will most likely not compile with `com.unity.entities.graphics