Search found 1 match
- Mon Aug 17, 2026 4:41 am
- Forum: Unity
- Topic: How to build a game in unity that's rendered in Octane?
- Replies: 1
- Views: 2885
Re: How to build a game in unity that's rendered in Octane?
The first error suggests Unity is trying to include Octane’s editor-only DLL in the build. Make sure the Octane Editor DLL is marked as Editor-only, and that the correct Octane runtime/plugin is installed for your Unity version. Also check Octane’s Unity documentation for the proper build setup ...