Materialize icon indicating copy to clipboard operation
Materialize copied to clipboard

I updated this including all fixes by maikramer and finepointcgi

Open ParkingLotGames opened this issue 1 year ago • 6 comments

I have been updating Materialize from the last build finepointcgi made, which was around 2020-21 and included all the fixes and contributions by maikramer as well.

It now uses Unity 2019.4.40f1 as base (using 2020 causes shader compilation issues). The backend has been changed to IL2CPP for Linux and Win x64. I don't have a mac so I can't make a IL2CPP mac build, only Mono. Win x86 will continue using Mono at the moment, this is because finepointcgi replaced the file explorer with a native popup, causing crashes on IL2CPP x86. Among other QOL improvements I enabled the Incremental GC and bumped the version no. to 1.4.0

I am also re-implementing the UI to be more user friendly and have a better distribution https://github.com/ParkingLotGames/Materialize2019-by-finepointcgi

ParkingLotGames avatar Jan 14 '23 02:01 ParkingLotGames

Using the X64 version of your changes on Win11 and it crashes when I click the open button on any material. X86 Mono version can load images, but File and Hide UI buttons are not clickable.

Batowski avatar Feb 28 '23 11:02 Batowski

Using the X64 version of your changes on Win11 and it crashes when I click the open button on any material. X86 Mono version can load images, but File and Hide UI buttons are not clickable.

will check this, sorry for the delay I didn't see it until today. I don't have an 11 machine but I can make a VM to try and replicate it, thanks

ParkingLotGames avatar Mar 12 '23 18:03 ParkingLotGames

@ParkingLotGames Tried your latest release, but it doesn't work. Notably, the file tab has no functionality. Opened in unity 2019.4.40 as well and there are a lot of missing references to scripts and other objects in the inspector. Do you have any insights regarding these issues?

TailwagDeveloper avatar Mar 20 '23 00:03 TailwagDeveloper

@ParkingLotGames Tried your latest release, but it doesn't work. Notably, the file tab has no functionality. Opened in unity 2019.4.40 as well and there are a lot of missing references to scripts and other objects in the inspector. Do you have any insights regarding these issues?

If I recall correctly several of those scripts were missing already from finepoint's last commit. I found several missing scripts indeed all under "MainGui", I believe most of these were removed as they were originally written in imGui and finepoint updated it to UGUI, I assume he deleted it and never reimplemented it. going to look into maikramer's, and finepoint's commits to see if I can track the missing script and add its functionality back.

ParkingLotGames avatar Mar 20 '23 04:03 ParkingLotGames

Using the X64 version of your changes on Win11 and it crashes when I click the open button on any material. X86 Mono version can load images, but File and Hide UI buttons are not clickable.

as for this issue I have found an unhandled error when canceling an open dialog but you mentioned crashing directly after clicking open, which I will try to reproduce, but will implement error handling for what I just found in the meantime.

ParkingLotGames avatar Mar 20 '23 04:03 ParkingLotGames

as for this issue I have found an unhandled error when canceling an open dialog but you mentioned crashing directly after clicking open, which I will try to reproduce, but will implement error handling for what I just found in the meantime.

I can't really comment on this, only that I specifically remember that clicking on the open button crashed the app. It was unusable so I haven't touched it since. Let me know if you want me to test anything.

Batowski avatar Apr 30 '24 10:04 Batowski