multi-platform
Here are 404 public repositories matching this topic...
-
Updated
May 8, 2022 - Python
-
Updated
May 10, 2022 - C++
-
Updated
May 11, 2022 - C#
-
Updated
May 10, 2022 - C
-
Updated
May 11, 2022 - C#
-
Updated
May 9, 2022 - C
-
Updated
May 10, 2022 - C++
When I try to 'conan install' version-range-based requirements for a package from a GitLab remote package repository, I get an unhelpful Python message "ERROR: 'NoneType' object is not iterable." I believe it's triggered by some faulty implementation on the GitLab repository side, but it would be helpful if Conan provided a more specific indication of the error cause.
My example conanfile.py:
`
-
Updated
Mar 14, 2022 - JavaScript
- Starting with the Stride "Terrain" sample.
- Added a vehicle model fbx file.
- Used Add Physics asset / convex hull to create collider
- Used this collider with a rigid body, works fine.
- Tried to use this collider with a character component, and it crashes the program.
- Made a much simpler multi box collider for the vehicle (one rectangle and four cylinders).
- This simpler colli
-
Updated
May 9, 2022 - C++
Description
Simply put, this issue is to suggest that a "getter" method be added to the "AudioSound" class in order to read the value of the "positional" flag.
Use Case
There may be cases in which one wants to know whether or not an extant "AudioSound" object is set up for use with the 3D-positional system.
Indeed, a sound that is so set up may misbehave when treated as a "2D" sound,
Describe the bug (REQUIRED)
Bob fails with exception java.nio.file.NoSuchFileException if run from a folder with spaces in the path.
To Reproduce (REQUIRED)
Run Bob from a folder containing spaces, e.g. (arguments removed for clarity)
java -jar "D:\User Documents\Richard\Defold projects\defold-playable-ads\playable_ad\build\bob_1f57126.jar"
Expected behavior (REQUIRED)
Steps to Reproduce
- Create empty directory with the wizard
- Add a robot and a join
- In view, add "Show join axes"
- Nothing seems to happens, because the line is too small
Expected behaviour
A line should appear.
Expected solution
Change the default lineScale value to 10, which make it visible, at least for a default project.
Two solutions, change the default templa
Documentation does not explain how lod arguments are used, for example in texelFetch()
-
Updated
May 6, 2022 - C++
-
Updated
Oct 14, 2021 - C++
-
Updated
Apr 1, 2019 - C++
There are some APIs that can be improved/simplified. This issue is to collect all the cases. This is also a good place to raise and discuss any proposals or concerns.
-
flatMap- add default value for themaxConcurrencyargument, removeflatMapvariants without themaxConcurrencyargument -
flatMapwithresultSelector- reorder arguments in the following way: `resultSelec
-
Updated
Aug 12, 2021 - C++
This ticket serves as a tracker for translations needing updates for fre:ac 1.1.5. It will be updated once the status of a translation changes.
Help is needed to update the translations for fre:ac 1.1.5 which has been released on 27th June 2021.
New translations to as of yet unsupported languages are more than welcome as well of course. If you would like to translate fre:ac to a new la
-
Updated
May 11, 2022 - C++
-
Updated
May 7, 2022 - Python
-
Updated
Feb 18, 2022 - C
-
Updated
May 5, 2022 - C#
-
Updated
May 22, 2020 - Makefile
-
Updated
Apr 19, 2022 - C++
Improve this page
Add a description, image, and links to the multi-platform topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the multi-platform topic, visit your repo's landing page and select "manage topics."

Godot version
3.x 11d40d7
System information
Windows 10 x64
Issue description
This PR can be backported to 3.x: #59571
It couldn't be cherry-picked, because Tween code changed almost completely. This particular part is mostly unchanged though and still relevant for Godot 3.
Steps to reproduce
See this issue #33813
Minimal reproduction project
No response