AgitoReiKen / AgitoReiKen/ue-restyle
Add compatibility with Mac
- Vorherrschende Sprache
- Keine Sprachdaten
- Sterne
- 17
- Forks
- 3
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
_By H3LLOH3NRY on December 26, 2022 7:40 PM_
Any chance of this getting mac osx support?
If you're reading this, then it's not yet implemented.
If you want this, then take these steps in order to get it working:
1. Install the plugin to your project
2. Modify `Restyle.uplugin` to support mac:
` "WhitelistPlatforms": [ "Win64", "Mac" ] `
3. Compile & Run
4. Reply what results you've got
Platform-specific notes:
CreateWidget node will remain old, because it spawns widget by itself (not by a node factory like everything else)
In order to make it spawn by factory, "function hooking" technique is used.
Without an ability to test, it's impossible to develop such tricky thing.
I don't own mac nor i can afford it. So there is no way to test it by myself.
Beitragsleitfaden
Für dieses Repository ist kein Beitragsleitfaden indexiert
Bewertung
Dieses Issue wurde noch nicht bewertet.