Michał Pełka
Michał Pełka
**Is your feature request related to a problem? Please describe.** I'm always frustrated when I work with poorly exported meshes - it is rendered without any shading. Such meshes are...
**Describe the bug** I can observe (both in development, 2310.1, 2310.2 (but no in 2310.0)) a problem with setting the variable of type `AZ::Data::AssetId` using Inspector. **Assets required** Since I...
Modify PrefabPublicInterface to allow instantiation of prefabs with rotation. ## What does this PR do? This PR allows to set the initial transform of the prefab during InstantiatePrefab from PrefabPublicInterface....
**Describe the bug** I want to adjust the scale of multiple entities. I can do that with a uniform scale - it affects children in correct way. I would like...
**Describe the bug** I've tried to build the Engine and got some compilation errors. 1st unused variable `Uuid modelId` in `Gems/Meshlets/Code/Source/Meshlets/MeshletsAssets.cpp` 2nd error (after commenting out 1st one): ``` FAILED:...
Compiled project with Editor opened produce number of warning : https://gist.github.com/michalpelka/25412c757ea2a0fff117bf24d37cc475 There are also number of errors from Assets processor:  I am attaching failing logs from Asset processor: [Loft.prefab-3621264308-12395.log](https://github.com/RobotecAI/o3de-demo-project/files/10220508/Loft.prefab-3621264308-12395.log)...
Some directories e.g.: - o3de-demo-project/Platform/Android/ - o3de-demo-project/Platform/iOS/ - o3de-demo-project/Shader/Lib Some of them look unmodified (e.g. scenesrg.srgi) or are necessary to the unsupported platform. There are a lot of assets outside...
The `slam toolbox` node produces a lot of warning to output: ``` [async_slam_toolbox_node-1] [INFO] [1670951140.405768844] [slam_toolbox]: Message Filter dropping message: frame 'lidar' at time 622.384 for reason 'discarding message because...
I experience random crashes due to UB on SDK example. The crash occurs every time I use livox_lidar_quick_start (it is little more stable when I use SDK). Here is stack...
Design a new component for ROS2 Gem that allows users to get a current measurement of reaction force inside joints. It is a necessary feature for robotic applications and a...