STYLY-Spatial-Layer-Plugin icon indicating copy to clipboard operation
STYLY-Spatial-Layer-Plugin copied to clipboard

Unity plugin to upload your contents to Vision Pro via STYLY

Results 10 STYLY-Spatial-Layer-Plugin issues
Sort by recently updated
recently updated
newest added

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

1. Project Windowのプレハブを選択して、コンテキストメニューから「STYLY/Validate Prefab」を実行 2. 検証項目は PrefabValidatorRunner内に記載 3. 現時点で検証できる機能は以下の通り - 利用不可能なシェーダーを使用していないか? - 利用不可能なコンポーネントを使用していないか? 4. 検査結果はConsoleログに出力

Node using Hand pose asset file or shape asset file and recognize hand gestures. Implement on another repository.

enhancement

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` -...

documentation
enhancement

ExportPackageOptions.Recurse Code https://github.com/styly-dev/STYLY-visionOS-Plugin/blob/f5453d1490518805ef0e0488893eb020bfed7828/Packages/com.styly.styly-vision-os-plugin/Editor/Utility/ExportBackupFileUtility.cs#L22 https://docs.unity3d.com/2022.3/Documentation/ScriptReference/ExportPackageOptions.html https://docs.unity3d.com/2022.3/Documentation/ScriptReference/AssetDatabase.ExportPackage.html