Steven J

Results 3 comments of Steven J

@mitoand9 @rallianto Replace `DecalDataEditor.cs` line 178 with: ``` LayerMask tempMask = EditorGUILayout.MaskField(Styles.LayerMask, InternalEditorUtility.LayerMaskToConcatenatedLayersMask((LayerMask)m_LayerMaskProp.intValue), InternalEditorUtility.layers); tempMask = InternalEditorUtility.ConcatenatedLayersMaskToLayerMask(tempMask); ``` and it should work for all layers, internal and added. There's a...

I have the same hardware/firmware. It looks like this project has been abandoned, only the on-off works anymore. If anyone knows anything about reverse engineering from packets, here's a .pcap...

I just ran into this myself. Certainly a bug. I'll look into it, see if I can provide a fix.