More actions
No edit summary |
No edit summary Tag: Manual revert |
||
(14 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{#seo: | {{#seo: | ||
|title=Vita Homebrew PC Tools (Developments) - GameBrew | |title=Vita Homebrew PC Tools (Developments) - GameBrew | ||
|title_mode=append | |title_mode=append | ||
|image= | |image=Psvitaunityutilities2.png | ||
|image_alt=PSVita Unity Utilities | |image_alt=PSVita Unity Utilities | ||
}} | }} | ||
{{Infobox Vita Homebrews | {{Infobox Vita Homebrews | ||
|title=PSVita Unity Utilities | |title=PSVita Unity Utilities | ||
|image= | |image=Psvitaunityutilities2.png | ||
|description=Tools to help speed up | |description=Tools to help speed up PS Vita Unity Development. | ||
|author=GlitcherOG, Jody3D | |author=GlitcherOG, Jody3D | ||
|lastupdated=2022/07/05 | |lastupdated=2022/07/05 | ||
Line 18: | Line 17: | ||
|website=https://www.reddit.com/r/vitahacks/comments/suhf3t/release_psvita_unity_utilities_v10/ | |website=https://www.reddit.com/r/vitahacks/comments/suhf3t/release_psvita_unity_utilities_v10/ | ||
|source=https://github.com/GlitcherOG/PSVita-Unity-Utilities | |source=https://github.com/GlitcherOG/PSVita-Unity-Utilities | ||
|donation=[https://glitcherog.itch.io/?author=GlitcherOG], [https://www.buymeacoffee.com/jordy3d?author=Jody3D] | |||
}} | }} | ||
Tools to help speed up | Tools to help speed up PS Vita Unity Development. | ||
== | ==Features== | ||
*VPK Building. | |||
*FTP Tranfering. | |||
*Build and Running (WIP). | |||
*Vita Control. | |||
*Easy Access to Important Project Settings like TitleID. | |||
*Checking TitleID Against the VitaDB. | |||
==Installation== | |||
Requirements: | |||
*Set the Scripting Runtime Version .NET 4.x Equivalent. | |||
*Switch To PS Vita in the build settings and make sure its set to PC Hosted. | |||
*To improve chances of FTP transferring, going through in vita settings and in power save settings set standby mode to 10-30 mins and turn off use WIFI in power save mode. | |||
Note: | |||
*These tools were made for use with Unity 2018.2.19f1 but may work on older versions. | |||
*Unity 2017 currently requires Title Check against VitaDB be disabled in the settings. | |||
To install: | |||
*Just import the Unity Package into the Project or download the git and add the editor folder and mcs.rsp to the asset folder of your project. | |||
==Screenshots== | ==Screenshots== | ||
https://dlhb.gamebrew.org/vitahomebrews/ | https://dlhb.gamebrew.org/vitahomebrews/psvitaunityutilities3.png | ||
https://dlhb.gamebrew.org/vitahomebrews/ | |||
https://dlhb.gamebrew.org/vitahomebrews/psvitaunityutilities4.png | |||
==Changelog== | |||
'''v1.3''' | |||
https:// | *Limited USB support. | ||
https:// | *Code cleanup. | ||
*Typos fixed. | |||
'''v1.2''' | |||
*Limited Unity 2017 Support. | |||
*Build and Run more stable without needed to reboot PSVita. | |||
*Building VPK made much faster. | |||
*Code Cleaned Up. | |||
*More Settings. | |||
*Settings Page Redone Slightly. | |||
*Lots of backend changes to give more feedback on what the scripts are doing during the building process. | |||
*Build timer added. | |||
'''v1.1''' | |||
*Should work for both 2017 and 2018 unity. | |||
*Options for retrying FTP uploads added. | |||
==Credits== | |||
Authors: | |||
*[https://github.com/GlitcherOG GlitcherOG]. | |||
*[https://github.com/Jordy3D Jordy3D]. | |||
Special Thanks: | |||
*[https://bitbucket.org/SilicaAndPina/unitytools/src/master/ UnityTools by SilicaAndPina]. | |||
* | *[https://github.com/devnoname120/vitacompanion Vitacompanion by devnoname120]. | ||
== External links == | == External links == | ||
* | * GitHub - https://github.com/GlitcherOG/PSVita-Unity-Utilities | ||
* | * Reddit - https://www.reddit.com/r/vitahacks/comments/suhf3t/release_psvita_unity_utilities_v10/ | ||
* Reddit - https://www.reddit.com/r/vitahacks/comments/syjjaw/release_psvita_unity_utilities_v12/ | |||
[[Category:Support the author]] | |||
Latest revision as of 14:10, 16 September 2023
PSVita Unity Utilities | |
---|---|
General | |
Author | GlitcherOG, Jody3D |
Type | Developments |
Version | 1.3 |
License | Mixed |
Last Updated | 2022/07/05 |
Links | |
Download | |
Website | |
Source | |
[[1], [2] Support Author] | |
Tools to help speed up PS Vita Unity Development.
Features
- VPK Building.
- FTP Tranfering.
- Build and Running (WIP).
- Vita Control.
- Easy Access to Important Project Settings like TitleID.
- Checking TitleID Against the VitaDB.
Installation
Requirements:
- Set the Scripting Runtime Version .NET 4.x Equivalent.
- Switch To PS Vita in the build settings and make sure its set to PC Hosted.
- To improve chances of FTP transferring, going through in vita settings and in power save settings set standby mode to 10-30 mins and turn off use WIFI in power save mode.
Note:
- These tools were made for use with Unity 2018.2.19f1 but may work on older versions.
- Unity 2017 currently requires Title Check against VitaDB be disabled in the settings.
To install:
- Just import the Unity Package into the Project or download the git and add the editor folder and mcs.rsp to the asset folder of your project.
Screenshots
Changelog
v1.3
- Limited USB support.
- Code cleanup.
- Typos fixed.
v1.2
- Limited Unity 2017 Support.
- Build and Run more stable without needed to reboot PSVita.
- Building VPK made much faster.
- Code Cleaned Up.
- More Settings.
- Settings Page Redone Slightly.
- Lots of backend changes to give more feedback on what the scripts are doing during the building process.
- Build timer added.
v1.1
- Should work for both 2017 and 2018 unity.
- Options for retrying FTP uploads added.
Credits
Authors:
Special Thanks: