-
I get the following
```
This error was caused because Git cannot apply the following patch file:
patches/react-scripts+1.0.17.patch
This is usually caused by inconsistent whitespace in the p…
rt2zz updated
5 years ago
-
Hi there,
I'm trying to get my kivy app deployed for iOS and android, so far I've had great success with buildozer on linux to get my android app working but after quite a few hours searching last …
iBeef updated
5 years ago
-
As suggested by @Stenudd, this is a new issue to cover discussion about engine access and upgrades.
Original discussion here: #1685
So far, the following users have shown interest in providing supp…
-
Hi there,
I wanted to use your script for installing Unity (with iOS build support) on our CI servers.
Unfortunately, while unity can successfully run, it does not seem to load the iOS Playback …
-
### New Issue Checklist
- [X] Updated fastlane to the latest version
- [X] I read the [Contribution Guidelines](https://github.com/fastlane/fastlane/blob/master/CONTRIBUTING.md)
- [X] I read [doc…
-
I'm getting a crash on iOS.
Here are the steps to reproduce:
1. Start from a new, blank, Unity [2017.3.0f3] project
2. Import `ResonanceAudioForUnity_1.1.1.unitypackage`
3. Change audio spatia…
-
When i make the sptam, I encoutered an error. I reinstall eigen several time, the problem still on.
please help me. thank you.
In file included from /usr/include/eigen3/Eigen/Core:341:0,
…
-
From the official newsletter:
Thanks to all the people who contributed code and feedback, SDL 2.0.8 is now available!
http://www.libsdl.org/download-2.0.php
In addition to lots of bug fixes a…
-
AudioPlayer.mm
```
alSourcePlay(_alSource);
_ready = true;
auto alError = alGetError();
if (alError != AL_NO_ERROR) {
log("%s:alSourcePlay error code:%x\n", __FUNCTION__,alError);
return fal…
-
Hi there. I was intending to use your Testbed as a starting point for writing my own geometry shaders, however it unfortunately appears that your examples don't currently work on my Macbook Pro. The …