Masahiro Yamaguchi
Masahiro Yamaguchi
ZXing.Net can handle SJIS (Shift JIS)QR code on Windows / Mac with Unity project. However, it turned out that the same code doesn't work on Android/iOS devices. [DecodedBitStreamParser.cs](https://github.com/micjahn/ZXing.Net/blob/dab70070858fdd244de0d2315adb8358d32b3ab2/Source/lib/qrcode/decoder/DecodedBitStreamParser.cs#L317) `result.Append(Encoding.GetEncoding(encoding).GetString(readBytes, 0,...
**Describe the issue** Video was not displayed in my Vision Pro. It worked in my Unity editor, but it didn't work with the actual device. **Your Setup (please complete the...
### Description Thank you for the great project. The behavior of --ignore "**/.gitignore" seems not correct. I just want to exclude the content of .gitignore from the output, but I...
In the Assets/Settings, there are some files about URP pipeline assets, however these files were created by previous version of Unity. Re-create those files with Unity6.
Spatial Layer Plugin was migrated from Unity 2023 to Unity 6. Some settings are different from a project which is made with Unity 6. ### Files in the Settings directory...
Starting with Unity 6, when creating a new empty project, a file named `InputSystem_Actions.inputactions` is automatically added to the `Assets` folder. Previously, we used an Editor script to automatically import...
BuildAssetBundleOptions needs to be set as UncompressedAssetBundle in order to include videos into an asset bundle. The option is set at AssetBundleUtility.cs https://github.com/styly-dev/STYLY-Spatial-Layer-Plugin/blob/70e986983bb23ca954e2021ad670aa7f65f95de1/Packages/com.styly.styly-spatial-layer-plugin/Editor/Utility/AssetBundleUtility.cs#L49 See the detail in Japanese. https://x.com/i/grok/share/SNFZNr9K1iQNrGO8vKHTBStDr
Node using Hand pose asset file or shape asset file and recognize hand gestures. Implement on another repository.
Instead of managing them manually, it's better to implement a GitHub action to show supported package list on README. - Read manifest.json to get a version number of `com.styly.package-collection-spatial-layer` -...