Tom Chapman
Tom Chapman
  • Видео 4
  • Просмотров 50 532
How I made my first successful mobile app: the development of Noterly
Noterly, the Android app that lets you create simple reminders. In this video, I explain the development process, my initial idea for the app, challenges I came across, and how I marketed the app. Hopefully you'll find some of my experiences helpful!
💡 Learn more about Noterly: noterly.tdsstudios.co.uk/
📲 Download Noterly from the Play Store: play.google.com/store/apps/details?id=uk.co.tdsstudios.noterly
I learnt a lot while developing Noterly from translations to utilising Flutter in ways I hadn't before. My accidental marketing strategy proved incredible for the app's success and this helped me with motivation to continue working on the project and updating it. I hope this video helps you ...
Просмотров: 286

Видео

Dash Dodge 1.10 is Here! - Game Trailer
Просмотров 2444 года назад
🎮 Dash Dodge - the frustratingly addictive platformer has been upgraded! With 5 new blocks, 3 new themes, 2 new soundtracks and a brand new UI, it's worth checking out! Download links below. 💾 Download (PC and Android) : tdsstudios.co.uk/app?id=dash-dodge 💾 Google Play Store (Direct) : tdsstudios.co.uk/download?id=dash-dodge&platform=android 🧾 Read about the update : tds-studios.itch.io/dash-do...
Simple 2D Player Controller in Unity using a Rigidbody!
Просмотров 4 тыс.4 года назад
There are several ways to creating a player controller in Unity; directly editing its position, using the built-in character controller, or using a rigidbody. The latter allows us to use gravity and physics quickly, which is why this tutorial uses it! I hope you enjoyed the video - especially the top-notch PowerPoint animation - and found it useful! Assets I used: assetstore.unity.com/packages/...
Blur / Frosted Glass in the Unity Universal Render Pipeline (URP) for Free!
Просмотров 46 тыс.4 года назад
In Unity's built-in render pipeline, a blur / frosted glass effect was trivial to create using Grab Pass. However, due to performance reasons, this is no longer available in the Universal Render Pipeline, so a different approach is needed. In this video I explain how you can use a blur effect in URP! Download: github.com/tomc128/urp_kawase_blur (the original project can also be found there) Thi...