sseiichi

Results 7 issues of sseiichi

こんにちは build.md内の以下リンクが切れているようです。修正をお願いします。 https://docs.qmk.fm/#/getting_started_build_tools

サンプルシーンUC-01-02_Walk_and_Run内の説明で ``` TinyCharacterControllerを使うと、簡単にキャラクターを制御出来るようになります。 このシーンでは歩行中にShiftまたはRBを押すとランニングするようになりました。 PlayerControllerのStateMachineを見てみましょう。 ``` とあるのですが、PlayerControllerとは何を指しますか? 同名のクラスもオブジェクトも見つけられませんでした。 ```StateMachineを見てみましょう。```とも書かれていますが、見るべきステートマシンはどこにありますか? ステートマシンを使わずに直接アニメーターのパラメータを書き換えているように見えました。

_cordova-plugin-file_ doesn't work with _cordova-plugin-hostedwebapp_ on Windows 10. The following code calls error callback, "onErrorCreateFile" with error code 5. When I uninstalled _cordova-plugin-hostedwebapp_, the code successfully creates "log.txt" file. ```...

Version 2.10.0-rc displays pink materials with HDRP and Unity 2022.3.12. Below is a suggested fix, and I hope you will find helpful. In line 3 of PBRHelpers.cginc: https://github.com/KhronosGroup/UnityGLTF/blob/20b7493dbd6039fe2fd88e7c5a564ab3bd72734d/Runtime/Shaders/ShaderGraph/PBRHelpers.cginc#L3 ```SHADERGRAPH_PREVIEW``` must...

**Describe the bug** In the Desert scene installed with ```Sample Scene - Built-in Render Pipeline```, the Animator component attached to handL under the WebXRCameraSet game object references ```Assets/Samples/WebXR Interactions/0.22.0/Sample Scene/Models/TakeL.controller```....

**Describe the bug** When the browser language is set to a European language such as French or German, the following error occurs on page load: ```SyntaxError: Expected double-quoted property name...

以下の記事を読みました。TimelineからだとAudioSource.clipを操作しないから、リップシンクシンクしないのでしょうか?WebGLのTimelineでは事前にリップシンクをベイクするしかないですか? https://tips.hecomi.com/entry/2024/02/18/221003