Skip to content

Instantly share code, notes, and snippets.

View esotericsean's full-sized avatar
🙃
Working!

Sean Duran esotericsean

🙃
Working!
View GitHub Profile
@esotericsean
esotericsean / gist:39b2aadfe0cfa477f024880b606c520f
Created February 4, 2025 17:52
Privacy Policy version 1.0 for the StackBudget iOS app
The StackBudget iOS app does not collect any user data of any kind. The app does not access the Internet at all.
It is just a simple budgeting app.
If you wish to verify this for yourself, see the source code at https://github.com/esotericsean/StackBudget
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class PickUp : MonoBehaviour {
float throwForce = 100;
Vector3 objectPos;
float distance;