Simon (Darkside) Jackson

Results 120 issues of Simon (Darkside) Jackson

Using the Unity Exporter page today, I found numerous errors: https://github.com/BabylonJS/Documentation/blob/master/content/resources/Unity/Projects.md * Missing a fair amount of the required configuration (which show up as warnings with the latest eporter) *...

Tried out this sample in a project that is using ARFoundation, and obviously it spectacularly failed (although in not an obvious way) Eventually found https://github.com/EnoxSoftware/ARFoundationWithOpenCVForUnityExample However, this only goes so...

Currently, the Markerless (and marker-based) samples only support the detection of a single tracked image, which while "nice" is not a practical solution as most developers using such a solution...

In the following line for the Markerless webcam sample https://github.com/EnoxSoftware/MarkerLessARExample/blob/1124537476ef9e219fe8041092823e70636864ad/Assets/MarkerLessARExample/WebCamTextureMarkerLessARExample/WebCamTextureMarkerLessARExample.cs#L155 The "patternImg.jpg" file does not exist in the project and thus is unable to be loaded and renders the sample...

Example video showing tracking on device. https://github.com/artoolkitx/arunityx/assets/1793042/e96ade33-7785-4767-bcdd-8268c8de57f9 Tracking is very shaky and "wobbly" on the device. Tested on Huawei P30 Pro using 2D example scene, Unity 2021.3 LTS

P2
performance

The Fisticuffs demo has several issues related to the scene setup, namely: * Missing audio references in the Fisticuffs controller (_Controller object) * Duplicate Audio source on _Controller object

bug
P3

Several notable errors were reported on Android when Starting ARUnityX, namely: * Error ACameraMetadata filterDurations: malformed duration key 1835009! count 0, type 3 * Error ACameraMetadata filterDurations: malformed duration key...

bug

Had so much hope for this library, given so may Bluetooth projects for unity on iOS/Android are all paid only assets. However, only the WRITE functions are implemented in the...

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] There does not seem...

enhancement

An observation and just wanted to check this was expected. * Articles are named to the Jekyll standard * Images are stored in subfolders by article date * All articles...

help wanted