Yevhen Bondarenko
Yevhen Bondarenko
Got the point, though still suggest testing it. It _may_ turn out that UnityEvents initialize on game start and don't update execution order if it's changed in Play Mode. If...
So, shall I implement the arrays and lists to be reorderable, too?
There is an alternative way without editing `setup.py` (originally [found it here](https://github.com/google-research/kubric/issues/19#issuecomment-665127969)): 1. Install through brew: ```bash brew install openexr ``` 2. Define these: ```bash # These environment variables are...
Same question. Cuboid cannot be defined with 3 planes alone. I assumed that the depth of the faces is encoded in the direction vectors of the planes, but seems that...
I'm getting the same thing when `krakenex>=2.2.0` is installed. Downgrading `krakenex` to `2.1.0`and running the same code results in the following: ``` attempt: 000 | 405 Client Error: Not Allowed...
In Kraken API's [changelog](https://docs.kraken.com/rest/#section/Changelog), they mention: ``` Jan 2024 - Removed support for POST requests to all public endpoints; these requests will now return a 4xx error, please use a...
Should get resolved by this pull request from `krakenex`: https://github.com/veox/python3-krakenex/pull/141