Obi Official Forum
Bug / Crash The referenced script (Obi.BurstColliderWorld) on this Behaviour is missing! [solved] - Printable Version

+- Obi Official Forum (https://obi.virtualmethodstudio.com/forum)
+-- Forum: Obi Users Category (https://obi.virtualmethodstudio.com/forum/forum-1.html)
+--- Forum: Obi Fluid (https://obi.virtualmethodstudio.com/forum/forum-3.html)
+--- Thread: Bug / Crash The referenced script (Obi.BurstColliderWorld) on this Behaviour is missing! [solved] (/thread-3712.html)



The referenced script (Obi.BurstColliderWorld) on this Behaviour is missing! [solved] - Emn90 - 25-12-2022

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/1s7GTaoO1SuRvcb6c-NMIXskZa7KB-ouT/view?usp=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_U4kZV3ixWFm7GBh0d71Ql2YFUMwi31/view?usp=sharing

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


RE: The referenced script (Obi.BurstColliderWorld) on this Behaviour is missing! - josemendez - 25-12-2022

(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/1s7GTaoO1SuRvcb6c-NMIXskZa7KB-ouT/view?usp=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_U4kZV3ixWFm7GBh0d71Ql2YFUMwi31/view?usp=sharing

and I checked out that page!
http://obi.virtualmethodstudio.com/forum/thread-2565-page-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,


RE: The referenced script (Obi.BurstColliderWorld) on this Behaviour is missing! - Emn90 - 25-12-2022

It is apparently missing OBI_COLLECTIONS
https://drive.google.com/file/d/1coBVkv4PwxezPxUaxAXmfbBiMKQIv6df/view?usp=sharing
https://drive.google.com/file/d/1vyl9m4V1rGCl03N2yAjDuDGyGRoIlmzU/view?usp=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?


RE: The referenced script (Obi.BurstColliderWorld) on this Behaviour is missing! - josemendez - 25-12-2022

(25-12-2022, 04:47 PM)Emn90 Wrote: It is apparently missing OBI_COLLECTIONS
https://drive.google.com/file/d/1vyl9m4V1rGCl03N2yAjDuDGyGRoIlmzU/view?usp=share_link
https://drive.google.com/file/d/1coBVkv4PwxezPxUaxAXmfbBiMKQIv6df/view?usp=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/manual/6.3/setup.html

More specifically, you need to install the dependency packages listed here:
http://obi.virtualmethodstudio.com/manual/6.3/backends.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


RE: The referenced script (Obi.BurstColliderWorld) on this Behaviour is missing! - Emn90 - 25-12-2022

it all seems to be working very well!


After reading the pages
http://obi.virtualmethodstudio.com/manual/6.3/setup.html
http://obi.virtualmethodstudio.com/manual/6.3/backends.html
http://obi.virtualmethodstudio.com/manual/6.3/fluidrendering.html

Many thanks!