Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Bug / Crash  The referenced script (Obi.BurstColliderWorld) on this Behaviour is missing! [solved]
#1
Dedo arriba 
I can not see anything!

but the following warning!

Code:
The referenced script (Obi.BurstColliderWorld) on this Behaviour is missing!
The referenced script on this Behaviour (Game Object 'BurstCollisionWorld') is missing!
https://drive.google.com/file/d/1s7GTaoO...sp=sharing

my infos
Code:
{
            "name": "com.unity.render-pipelines.universal",
            "expression": "7.4.1",
            "define": "SRP_UNIVERSAL"
        },
        {
            "name": "com.unity.collections",
            "expression": "0.8.0-preview.5",
            "define": "OBI_COLLECTIONS"
        },
        {
            "name": "com.unity.burst",
            "expression": "1.2.3-verified",
            "define": "OBI_BURST"
        },
        {
            "name": "com.unity.mathematics",
            "expression": "1.0.1",
            "define": "OBI_MATHEMATICS"
        }
I think something is not recognized correctly in the define 
https://drive.google.com/file/d/1B_U4kZV...sp=sharing

and I checked out that page!
http://obi.virtualmethodstudio.com/forum...age-2.html
but haven't found a solution!
Reply
#2
(25-12-2022, 01:31 AM)Emn90 Wrote: I can not see anything!

but the following warning!

Code:
The referenced script (Obi.BurstColliderWorld) on this Behaviour is missing!
The referenced script on this Behaviour (Game Object 'BurstCollisionWorld') is missing!
https://drive.google.com/file/d/1s7GTaoO...sp=sharing

my infos
Code:
{
            "name": "com.unity.render-pipelines.universal",
            "expression": "7.4.1",
            "define": "SRP_UNIVERSAL"
        },
        {
            "name": "com.unity.collections",
            "expression": "0.8.0-preview.5",
            "define": "OBI_COLLECTIONS"
        },
        {
            "name": "com.unity.burst",
            "expression": "1.2.3-verified",
            "define": "OBI_BURST"
        },
        {
            "name": "com.unity.mathematics",
            "expression": "1.0.1",
            "define": "OBI_MATHEMATICS"
        }
I think something is not recognized correctly in the define 
https://drive.google.com/file/d/1B_U4kZV...sp=sharing

and I checked out that page!
http://obi.virtualmethodstudio.com/forum...age-2.html
but haven't found a solution!

Hi,

You need to install the Jobs package, that’s missing from your package manifest.

Kind regards,
Reply
#3
It is apparently missing OBI_COLLECTIONS
https://drive.google.com/file/d/1coBVkv4...sp=sharing
https://drive.google.com/file/d/1vyl9m4V...sp=sharing

I have installed in unity (package manager)
Obi Rope Version 6.5
Obi Softbody Version 6.5
Obi Fluid Version 6.5

How can I install it now or do I have to download something else?
Reply
#4
(25-12-2022, 04:47 PM)Emn90 Wrote: It is apparently missing OBI_COLLECTIONS
https://drive.google.com/file/d/1vyl9m4V...share_link
https://drive.google.com/file/d/1coBVkv4...share_link

I have installed in unity (package manager)
Obi Rope Version 6.5
Obi Softbody Version 6.5
Obi Fluid Version 6.5

How can I install it now or do I have to download something else?

Hi,

I don’t have access to either link you shared, they’re private files in your google drive.

To install Obi, follow the setup instructions:
http://obi.virtualmethodstudio.com/manua...setup.html

More specifically, you need to install the dependency packages listed here:
http://obi.virtualmethodstudio.com/manua...kends.html

I’m pasting the list of packages and their minimum versions for your convenience:

Burst 1.3.3 or newer
Collections 0.8.0-preview 5 or newer
Mathematics 1.0.1 or newer
Jobs 0.2.9-preview.15 or newer

Let me know if you need further help,

Kind regards
Reply
#5
it all seems to be working very well!


After reading the pages
http://obi.virtualmethodstudio.com/manua...setup.html
http://obi.virtualmethodstudio.com/manua...kends.html
http://obi.virtualmethodstudio.com/manua...ering.html

Many thanks!
Reply