playMaker

Author Topic: Runtime platform adding PS5  (Read 3072 times)

IIKII

  • Full Member
  • ***
  • Posts: 139
  • Lonely developer
    • Patreon
Runtime platform adding PS5
« on: November 01, 2021, 10:56:42 PM »
Hi, can the creators add PS5 to the list of 'Runtime Platform' action?

There should be one since it is included in here
https://docs.unity3d.com/ScriptReference/RuntimePlatform.html

thanks
Support me on Patreon for free adventure games and development insights - https://www.patreon.com/koexstudio

IIKII

  • Full Member
  • ***
  • Posts: 139
  • Lonely developer
    • Patreon
Re: Runtime platform adding PS5
« Reply #1 on: November 10, 2021, 05:38:14 AM »
bump
Support me on Patreon for free adventure games and development insights - https://www.patreon.com/koexstudio

djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7618
    • jinxtergames
Re: Runtime platform adding PS5
« Reply #2 on: November 11, 2021, 03:06:13 PM »
Hi.

The action uses the 'RuntimePlatform' enum it should automatically be included

What playmaker version are you using?

IIKII

  • Full Member
  • ***
  • Posts: 139
  • Lonely developer
    • Patreon
Re: Runtime platform adding PS5
« Reply #3 on: November 11, 2021, 08:09:20 PM »
Hi.

The action uses the 'RuntimePlatform' enum it should automatically be included

What playmaker version are you using?

I updated to 1.9.0 but runtime platform doesn't have the PS5 option.
Support me on Patreon for free adventure games and development insights - https://www.patreon.com/koexstudio

djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7618
    • jinxtergames
Re: Runtime platform adding PS5
« Reply #4 on: November 11, 2021, 08:20:18 PM »
Hi.
Sorry i mean unity version

IIKII

  • Full Member
  • ***
  • Posts: 139
  • Lonely developer
    • Patreon
Re: Runtime platform adding PS5
« Reply #5 on: November 11, 2021, 11:11:01 PM »
Hi.
Sorry i mean unity version

oh, it's unity 2019.4
Support me on Patreon for free adventure games and development insights - https://www.patreon.com/koexstudio

...

  • Beta Group
  • Hero Member
  • *
  • Posts: 1294
Re: Runtime platform adding PS5
« Reply #6 on: November 12, 2021, 11:21:43 AM »
Just add UNITY_PS5 to the enum in action script. For xbox x/s it's UNITY_GAMECORE and switch is UNITY_SWITCH if someone needs it.

IIKII

  • Full Member
  • ***
  • Posts: 139
  • Lonely developer
    • Patreon
Re: Runtime platform adding PS5
« Reply #7 on: November 14, 2021, 08:10:28 PM »
Just add UNITY_PS5 to the enum in action script. For xbox x/s it's UNITY_GAMECORE and switch is UNITY_SWITCH if someone needs it.

I think I will wait for the official update. Dont want to mess around with the action myself since i am inexperienced.
Support me on Patreon for free adventure games and development insights - https://www.patreon.com/koexstudio

djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7618
    • jinxtergames
Re: Runtime platform adding PS5
« Reply #8 on: November 16, 2021, 08:32:44 PM »
Hi.
For this action you can not add to the enum as it is using a unity official enum.

do you have the latest LTS version from 2019.4?

from what i can see in the documents, 2019.4 and above should have it included.
2019.3 and below not.

IIKII

  • Full Member
  • ***
  • Posts: 139
  • Lonely developer
    • Patreon
Re: Runtime platform adding PS5
« Reply #9 on: November 18, 2021, 03:47:46 AM »
Hi.
For this action you can not add to the enum as it is using a unity official enum.

do you have the latest LTS version from 2019.4?

from what i can see in the documents, 2019.4 and above should have it included.
2019.3 and below not.

I don't know much about LTS but I am using 2019.4.10f1, I didn't download it from the LTS release.
Support me on Patreon for free adventure games and development insights - https://www.patreon.com/koexstudio

djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7618
    • jinxtergames
Re: Runtime platform adding PS5
« Reply #10 on: November 18, 2021, 07:52:41 AM »
Hi.
LTS means 'long term support'
These updates have no major changes, but mostly bugfixes and possibly updating enums for example.

The currently latest unity 2019.4 LTS version is 2019.4.32f1
I would suggest to update to that version, but always make a backup especially when updating.