Danilo Aimini

Results 43 comments of Danilo Aimini

This was fixed by the PR mentioned above.

Hey Alex, I tried to reproduce this but couldn't hit it. From the call stack it sounds like there may be some edge case where the action loses the reference...

Followed the steps on latest development on an EC2 instance running Ubuntu 20.04.4 LTS and could not repro even after multiple attempts (without loading a level, loading an existing level...

Not really, no. I was not able to reproduce in the EC2 instance. I would have to access a proper Linux machine with a repro to get more information to...

Note, I think the warning should be thrown so that the user knows that the prefab is trying to override something that no longer exists. The issues with how things...

I think it may make sense to keep the context menu item, if anything for historical reasons. On click, it should probably just open the inspector panel (or bring it...

I'm not sure what caused this, but I noticed it in other cases as well. If an asset is dropped in the middle of the input field, the filename is...

I had the same issue, and it was due to the `MPSGameLift` Gem not being enabled in `project.json`. Make sure `MPSGameLift` is in the `gem_names` list in `project.json` for `o3de-multiplayersample`...