LLMUnity icon indicating copy to clipboard operation
LLMUnity copied to clipboard

Unity 2022.3.6f1 Issue: 'VisionOS'

Open charlieduzstuf opened this issue 6 months ago • 2 comments

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

charlieduzstuf avatar Jun 30 '25 12:06 charlieduzstuf

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.

JustinHornsby avatar Aug 19 '25 02:08 JustinHornsby

cool

charlieduzstuf avatar Aug 21 '25 15:08 charlieduzstuf