Muti-dimensional array not updating right cell in inspector

Issue #704 new
Ju Hae Lee created an issue

I have a multi dimensional array that looks like this:

[SerializeField] TileType[,] board = new TileType[0, 0];

With TileType being an enum.

When I try and update in the inspector it updates the cell that is a few rows down.

Here is a gif:

* I am using Odin 3.0.0.3 (But I was able to reproduce on odin 2.1.13.0) * I do not have Editor only mode enabled * I am using unity version 2020.2.0b2.3094 Personal (But I was able to reproduct on earlier version of Unity as well) * I am on macOS Catalina version 10.15.6

Comments (0)

  1. Log in to comment