AlexandreS

Results 120 comments of AlexandreS

Thanks for the suggestion! It works like a charm for sprites and tiled sprites, but with 3D models, there are some strange behaviors (it depends on the model default X...

Here is a video to reproduce the particular issue I saw: https://github.com/4ian/GDevelop/assets/32449369/bcf4b284-d3db-4f13-b427-961b96457b45 Depending on the Default X Rotation, the point that does not move is never the same 😅

Hi @Oxey405, thanks for taking the time to report this. Here is my conclusion after a bit of investigation: - The issue happens only if the resource is not smoothed;...

> Yes I think this pretty much sums up the technical part... @Bouh suggested it might be a PIXI-relared issue so I'll try to replicate it using just PIXI to...

Hi @csdenboer, This is the way I did it on a project of mine: `urls.py` ```python urlpatterns = [ ..., url( r'website/(?P[^/.]+)/product/(?P[^/.]+)/reco/', get_similar_products_by_client_reference ), ] ``` `search.py` ```python @swagger_auto_schema(tags=["Recommendation"], method="GET",...

Hi @deftrashu, I'm unable to reproduce the issue. It might be an issue with your internet. In which country are you located?

The banner position cannot be changed at the moment. We'll see if "Start game" position can be improved, thanks for pointing it out.

> please test my Android(phone) app: https://play.google.com/store/apps/details?id=com.defabc.pongtv Hi @deftrashu, I tried your game and I didn't encounter an issue. What is your android device and what is the version of...

> it works but Multiplayer UI is terrible i guess. It needs keys/keyboard "**Accept/ready/Star**t" function too. Can you make banners to **resizable and movable** ? thx Ok so now I'm...

Hi @TheRealSoloLeo, thanks for taking the time to report this issue. Were you able to update to version 5.4.207?