/images/avatar.png

Unable to interact with text boxes during Build & Publish for VRChat SDK3

Problem Description Fors some unknow reason, the user is unable to click the text boxes or type anything into the publish window after running the Build & Publish. When the user clicks the main window in Unity, the cursor disappears and the user can not select the text boxes or anything else. This problem happens under my settings, macOS Catalina 10.15.7, Unity 2019.4.31f1, VRChat SDK3. Solution The reason of this problem is that when you click the temp scene created by the SDK3, the cursor will be invisible and locked.

Install kernel for jupyter notebook

Avticate your environment,check for package ipykernel 1 python -m ipykernel --version If it’s not installed: 1 python -m pip install ipykernel Add kernel to Jupyter notebook 1 python -m ipykernel install --user --name 'kernelname' Check Jupyter notebook kernel 1 jupyter kernelspec list Delet jupyter kernel 1 jupyter kernelspec remove kernelname Update 2022.09.25: If you encounter the error: ImportError: cannot import name ‘AsyncGenerator’ The reason is that the version of prompt_toolkit does not match Python 3.