LLMUnity
LLMUnity copied to clipboard
Unity 2022.3.6f1 Issue: 'VisionOS'
Describe the bug
Library\PackageCache\ai.undream.llm@891497bf8a\Runtime\LLMLib.cs(168,169): error CS0117: 'RuntimePlatform' does not contain a definition for 'VisionOS'
Steps to reproduce
Open a new Project, and add the project via GIT URL in the package manager
LLMUnity version
2.5.2
Operating System
Windows
I had to delete any references to Vison OS in LLMUnitySetup.cs, LLMBuilder.cs and LLMLib.cs. It seems to be working fine once those are removed.
I am using Unity version 2023.2.20f1, and LLMUnity version 2.5.2.
cool