More actions
m (HydeWing moved page Psvita Unity Utilities Vita to PSVita Unity Utilities without leaving a redirect) |
No edit summary |
||
Line 1: | Line 1: | ||
{{#seo: | {{#seo: | ||
|title=Vita Homebrew PC Tools (Developments) - GameBrew | |title=Vita Homebrew PC Tools (Developments) - GameBrew | ||
Line 9: | Line 8: | ||
|title=PSVita Unity Utilities | |title=PSVita Unity Utilities | ||
|image=ps-vita-logo.jpg | |image=ps-vita-logo.jpg | ||
|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 19: | Line 18: | ||
|source=https://github.com/GlitcherOG/PSVita-Unity-Utilities | |source=https://github.com/GlitcherOG/PSVita-Unity-Utilities | ||
}} | }} | ||
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== | ||
psvitaunityutilities3.png | |||
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/ | |||
Revision as of 05:04, 19 Ocak 2023
PSVita Unity Utilities | |
---|---|
File:Ps-vita-logo.jpg | |
General | |
Author | GlitcherOG, Jody3D |
Type | Developments |
Version | 1.3 |
License | Mixed |
Last Updated | 2022/07/05 |
Links | |
Download | |
Website | |
Source | |
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
psvitaunityutilities3.png
psvitaunityutilities4.png
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: