Skip to content

Releases: abhitechgames/StoxSimulator-VirtualTradingApp

STOX v1.0.0

16 Dec 16:50
7bc13db

Choose a tag to compare

STOX: Virtual Trading Simulator 📈

Release Version: v1.0.0
Release Date: 16th Dec 2024


Overview

This release includes the full STOX Virtual Trading Simulator project as a .unitypackage. The package provides all necessary source files, assets, and configurations to run and customize the app in Unity.


How to Use

  1. Download and Import:

    • Download stox-simulator-v1.0.0.unitypackage from the Assets section.
    • In Unity, go to Assets > Import Package > Custom Package and select the downloaded file.
  2. API Configuration:

    • Update your API keys for stocks, cryptocurrencies, and news in the relevant configuration scripts:
      STOCK_API_KEY=your_stock_api_key
      CRYPTO_API_KEY=your_crypto_api_key
      NEWS_API_KEY=your_news_api_key
  3. Run or Build:

    • Press Play in the Unity Editor to test the app.
    • Use Build Settings to export the project for your target platform.

Preview Video 🎥

STOX Preview


For more information, refer to the README.