Closed shntat closed 1 year ago
Visual Pinball Engine Version 0.0.1-preview.122 - December 23, 2022 and above Is causing the issue with pinmame
Oops, yeah, probably because I forgot to merge the PinMAME branch. Can you update and try again?
same error after update.
Library\PackageCache\org.visualpinball.engine.pinmame@0.0.1-preview.37\Editor\PinMameGamelogicEngineInspector.cs(249,55): error CS0117: 'PlayfieldComponent' does not contain a definition for 'GlobalScale'
The problem is in the playfieldcomponent.cs after line 36 GlobalScale seems to be commented out. I uncommented line 37 and 38 both in my project and C:\Users\Shaun\AppData\Local\Unity\cache\packages\registry.visualpinball.org\org.visualpinball.engine.unity@0.0.1-preview.123\VisualPinball.Unity\VisualPinball.Unity\VPT\Playfield\PlayfieldComponent.cs I hope this was the fix.
that made the error go away but breaks how the flippers rotate.
Any other ideas?
Update to the latest PinMAME package (v0.0.1-preview.38), it should be fine now. Sorry for the hiccup.
Every Thing works now. I had to start a new project some how something changed that broke the physics.
Library\PackageCache\org.visualpinball.engine.pinmame@0.0.1-preview.36\Editor\PinMameGamelogicEngineInspector.cs(249,55): error CS0117: 'PlayfieldComponent' does not contain a definition for 'GlobalScale'
Library\PackageCache\org.visualpinball.engine.pinmame@0.0.1-preview.36\Editor\PinMameGamelogicEngineInspector.cs(250,48): error CS0117: 'PlayfieldComponent' does not contain a definition for 'GlobalScale'
Cannot upgrade the Visual Pinball Engine (HDRP) past 166
Does this require an upgrade of unity from 2021.3.0f1 to a newer version?