Upon request, here is a way to download and modify this project within Unity:
-
Download and configure Unity Hub.
- You will need to create a free Unity account upon opening the application.
-
Download Unity version 2022.3.9f1 (should redirect you to Unity Hub).
-
Get the Word Hunt Recreated Unity project:
-
Add the project folder via Unity Hub:
-
Open and modify the project.
- Initializing the project for the first time may take longer than subsequent opens.
- If contributing to the project, create a pull request for any new features or changes.
-
(OPTIONAL) Build and update the project.
-
Within the Unity Editor, navigate to
File -> Settings -> Build Settings
. -
Choose a platform: if building to a website, select the WebGL option. If building for mobile, select either Android or iOS.
- Please ensure you have the corresponding build modules downloaded for your editor version if trying to build for mobile.
-
Configure any build settings specific to your platform.
-
Click "Build" and select a folder you want to save the build in and wait for Unity to finish.
-
Upload your build to the corresponding platform.
- For WebGL, consider making an account for and uploading to itch.io.
-