Drag this on the GameObject. You will need the Custom/VertexColorShader which can also be found on here.
Unity Procedural Cube
Drag this on the GameObject. You will need the Custom/VertexColorShader which can also be found on here.
iOS List Pending Notifications
You may want to show a list of the upcoming application notifications, you can do this by using the following code.
iOS Notifications While App is Open
You first need a class that acts as the delegate for the userNotificationCenter. Then you need to create an instance of this on your @main, and then tell the notification center what the delegate is.
iOS Notifications
Below is code for creating a notification locally on iOS, and triggering it 5 seconds later. Don’t forget to request permissions to send notifications.
Bowling Score Tracker Released
I’ve release the bowling score tracker app to the Apple App Store. Find it at the link below. https://apps.apple.com/us/app/bowling-score-tracker-keeper/id6443573052 If you feel so inclined or wish to see more development on it, buys some of the in app purchases. They support the development efforts. Thanks.
StoreKit2 With XCode
When testing StoreKit connected directly to XCode, you need to have your .storekit file open and then use the debug menu to test purchases. This is the first time I realized that the menus changed what they have in them dependent on what file you have open. This also means […]
Bowling Score Tracker
My girlfriend is part of a bowling league and every week she writes her scores down on a piece of paper. After seeing her do this for many seasons of bowling I’ve decided I would build her a simple mobile application that she can enter these scores into. If you […]