Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Paper (bank note) simulation
#8
(20-11-2021, 07:16 AM)Romahaaa Wrote: 1. not all Obi your materials can be converted by URP 12.x.x converter. But this not a big problem, just a note that would be great if you add some additional URP migration package

Obi Cloth doesn't use or need any custom materials/shaders (except for a sample material for vertex colors, used in the trampoline scene) everything uses the Standard shader so Unity should be able to convert them. If it isn't, you can just manually select the URP Lit shader for everything.

(20-11-2021, 07:16 AM)Romahaaa Wrote: 2. almost each scene has a missing script error . Looks like not all the dependencies loaded...but.. I am on 2021.2.2 where not possible to add Collections & Jobs packages using Unity Package Manager. I am not sure, but aren't they embedded to 2021.2.2 by default? If so, ObiSolver can't recognize it.

This is because the default backend used by all sample scenes Burst (see backends). If you don't have the Burst backend dependencies installed, the BurstCollisionWorld object in these scenes will have a missing script - because it cannot be compiled without the proper packages installed.

You need to install the correct packages. The manual specifies package names and versions to install:
  • 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

Some of these are preview packages, preview packages are only shown if you enable them in the package manager. See:
https://docs.unity3d.com/Manual/pack-preview.html

If you still can't find them, you can look for them by URL, using the "Add Packages from git URL" option in the "+" sign at the top left corner of the manager then typing their names, for instance:

com.unity.collections
com.unity.jobs
Reply


Messages In This Thread
Paper (bank note) simulation - by Romahaaa - 18-11-2021, 10:45 AM
RE: Paper (bank note) simulation - by josemendez - 18-11-2021, 12:23 PM
RE: Paper (bank note) simulation - by Romahaaa - 18-11-2021, 12:40 PM
RE: Paper (bank note) simulation - by josemendez - 18-11-2021, 01:04 PM
RE: Paper (bank note) simulation - by Romahaaa - 20-11-2021, 07:16 AM
RE: Paper (bank note) simulation - by josemendez - 22-11-2021, 08:48 AM
RE: Paper (bank note) simulation - by Romahaaa - 22-11-2021, 01:09 PM
RE: Paper (bank note) simulation - by josemendez - 22-11-2021, 01:20 PM
RE: Paper (bank note) simulation - by Romahaaa - 24-11-2021, 01:02 PM
RE: Paper (bank note) simulation - by josemendez - 24-11-2021, 01:31 PM
RE: Paper (bank note) simulation - by Romahaaa - 24-11-2021, 01:45 PM
RE: Paper (bank note) simulation - by josemendez - 24-11-2021, 02:02 PM
RE: Paper (bank note) simulation - by Romahaaa - 29-11-2021, 01:31 PM
RE: Paper (bank note) simulation - by josemendez - 29-11-2021, 02:24 PM
RE: Paper (bank note) simulation - by Romahaaa - 29-11-2021, 03:15 PM
RE: Paper (bank note) simulation - by josemendez - 29-11-2021, 03:48 PM
RE: Paper (bank note) simulation - by Romahaaa - 30-11-2021, 03:30 AM
RE: Paper (bank note) simulation - by josemendez - 30-11-2021, 09:00 AM
RE: Paper (bank note) simulation - by Romahaaa - 02-12-2021, 05:36 AM
RE: Paper (bank note) simulation - by josemendez - 02-12-2021, 11:58 AM
RE: Paper (bank note) simulation - by Romahaaa - 03-12-2021, 05:43 AM
RE: Paper (bank note) simulation - by josemendez - 22-11-2021, 08:49 AM
RE: Paper (bank note) simulation - by Romahaaa - 18-11-2021, 04:08 PM
RE: Paper (bank note) simulation - by Romahaaa - 20-11-2021, 05:26 AM