Everything breaks after updating SDK v64 to v67
I have been having problems implementing passthrough, so I thought that updating the sdk version would help. The core and interaction sdk's update just fine, but the all-in-one completely breaks the player controller and hands. The scripts turn into (Script) and when I try to reattach them it gives me an error popup so I can't fix it myself. It seems other people have had this same problem but I haven't found any solutions yet.889Views0likes2CommentsIs Application Spacewarp Worth Integrating?
Hey all, just wanted to get some community (and hopefully developer) input on whether AppSW is appropriate for our project, and if other Unity devs have successfully shipped with it. We're working on a medium sized adventure game with lots of moving creatures and player interactions, budgeted for quest 2 but hoping to use AppSW to reduce our GPU load and fit more assets in, as well as limit the amount of curving corridors we need to make. From the demo available through the Meta URP fork it seems like AppSW has a ton of caveats that cause distortion, for example fast moving objects, railings, transparency; so we're wondering what the ideal use case for AppSW would be and if it fits our project. On a similar note, we've seen some posts on the forum that apparently shadergraph is not supported with AppSW. Is this information up to date? Any info on this would be great, cheers802Views0likes1Commenthaving error CS0234 after i download sample from Meta MR Utility Kit
This error shown when I download sample Meta MR Utility Kit 60.0.0. I tried to re-import the sample after I update Meta MR Utility Kit to version 62.0.0. The same error shown. Is there any way to debug it other than just delete this FurnitureResizer.cs file? Error Message: Assets\Samples\Meta MR Utility Kit\62.0.0\Virtual Home\scripts\Resizer\FurnitureResizer.cs(51,61): error CS0234: The type or namespace name 'InvSqrt2' does not exist in the namespace 'Utilities' (are you missing an assembly reference?)997Views0likes1Comment