You gave an example that in unity to reverse power you type in:
Debug.Log("Test: " + MathF.Pow(4096, 1/3));
I have tried that but the result I am getting is not 16 but:
Test: 1
Any idea what could be the issue? I am using Unity 2021.3.16f1
Thanks
Laco