lumberyard
lumberyard copied to clipboard
Amazon Lumberyard is a free AAA game engine deeply integrated with AWS and Twitch – with full source.
Crash on level unload(particles cleanup, access violation)
**Describe the bug** I tried making a new project, but Lumberyard is failing to build or compile the project. According to the logs, the issue lies with GameLift. **Steps to...
**Describe the bug** Project fails to compile even with the #549 fix, gives the error `e\Amazon\Lumberyard\1.28.0.0\dev\Code\Framework\AzFramework\AzFramework\IO\LocalFileIO.cpp(502): error C2440: '': cannot convert from 'initializer list' to 'AZStd::pair'` `e:\Amazon\Lumberyard\1.28.0.0\dev\Code\Framework\AzFramework\AzFramework\IO\LocalFileIO.cpp(502): note: No constructor...
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.25.8 to 1.26.5. Release notes Sourced from urllib3's releases. 1.26.5 :warning: IMPORTANT: urllib3 v2.0 will drop support for Python 2: Read more in the v2.0 Roadmap Fixed...
Hi, Currently French developers can't walk around in the perspective window. The default shortcuts are WASD, this works well for QWERTY keyboards, but other layouts, such as AZERTY use ZQSD...
**Describe the bug** There are some missing files in a fresh lumberyard install from github. When I am building a project a error occurred saying there are some missing files....
Describe the solution you'd like Many Unity users will migrate to lumberyard. Describe alternatives you've considered Additional context C# is a very popular language.
**Describe the bug** When I try to put some object (maybe more than 10 of the same object, like trees or rocks, with vegetation brush or just with entity) to...
These are set of memory improvements, as discussed on the private forum, LY-23014 See discussion topic for more info and results. Next changes were made: - Decreased translation precision on...
When sending data, that exceed maximum message size, Carrier will split in into several smaller ones. Maximum message data size is defined by variable m_maxMsgDataSizeBytes, which is calculated as following:...