Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Bug / Crash  OBI fluid setup problem with api or other unknown
#3
(16-11-2021, 08:34 AM)josemendez Wrote: The message shown by Unity just means there's some lines of code in Obi that use APIs that have been marked as "deprecated" in 2020.3. Unity is offering to upgrade them automatically, which you should accept. It won't overwrite any libraries in your project. Do make a backup before -as anytime Unity does some automatic processing in your project just in case it messes up-.

However, this is probably not the reason for your issue. Obi contains two physics engine backends: Burst (the default) and a fallback one (Oni). When using the fallback backend the only platforms supported are Windows, Mac, iOS and Android. Quoting the asset description in the store:


You're building for Hololens, so you'll need to install the required dependencies for Burst. See:
http://obi.virtualmethodstudio.com/manua...kends.html


thank you. Im trying to install packeges required but i find only BURST on packege manager. Other "no results found".
Can you indicate me how to find that please ? :-)
  • Collections 0.8.0-preview 5 or newer

  • Mathematics 1.0.1 or newer

  • Jobs 0.2.9-preview.15 or newer


Attached Files Thumbnail(s)
   
Reply


Messages In This Thread
RE: OBI fluid setup problem with api or other unknown - by DavideS - 16-11-2021, 06:02 PM