Posts

Add Force 1 V38 update

Image
V38 Update Skill has been added to lower the difficulty.   - [Increased DAMAGE] Skill added.   - [Increased LIFE] Skill has been added.   - Maximum level of [Explosion Radius Increased] changed. 5-> 6 Screen Shtop UI Play Video

street to promote v4 / unity webgl demo

Image
  V3 -  DEMO :  https://unity.sidnft.com/ I created a page to promote the game on the web. This page was created using unity webgl, and there is a problem that it cannot be played on iOS. I confirmed that it works on PC web browsers and on Android web browsers. br Please enter the compression mode. It is small in size due to strong compression. It takes quite a while to load (about 20 seconds). You can move the camera by dragging the mouse. When you look directly at an object with information, additional information is displayed on the screen. There is a girl on the right. She is a Unity store asset, but I think the reason why iOS is not loading is because of her. I plan to compete with a girl without any problems. The version is displayed at the bottom of the screen when you first log in. The number will increase when updated. Developed using vercel and express. V4 I changed Girl to successfully load iOS. It's a shame that there's no proper animation.

Add Force 1 V36 update

Image
  INFO: - Clearly displayed the explosion range effect. - Added [SKILL DEMO] menu to check the explosion range by level. - You can watch an ad to get extra lives and continue playing. LINK: DETAIL: play video 1:30 explorsion radius test zone: admob sample: REVIEW: It's still boring to play.  Skill effects and display parts need improvement.

Add force 1 V32 Update

Image
  Add Force 1 V32 Update - There is no need to update. - Change AD Settings This is in preparation for ad approval.  It does not contain any advertisement display or content. next version:  Clearly display the expression of an explosive attack.

Program to change video resolution using node.js / CURSOR AI Coding Review

Image
  I kept putting off the cursor... I was using Shana Encoder, but I was too lazy to touch the UI, There was a condition that anything larger than 720p should be converted to 720p, and anything smaller than 720p should be converted to 480p, so I thought it was possible with a program, so I asked them to do it using CURSOR. And I succeeded. It works well (shock) If I were to find this myself and go through trial and error, it would take hours or days, but it was done in 10 minutes. It's amazing that I didn't have to learn anything. MODULE INSTALL npm i fluent-ffmpeg index.js CODE const ffmpeg = require('fluent-ffmpeg'); const path = require('path'); // input params const inputFile = process.argv[2] || 'input.mp4'; const outputFile = path.join('output', `resized_${path.basename(inputFile)}`); const targetWidth = process.argv[3] || 1280; // 기본 해상도 1280x720 const targetHeight = process.argv[4] || 720; // create output dir const fs = require('fs...

Unity web version released / No need to worry about web traffic.

Image
  result page: unity play link Unity Play's basic function seems to be a service that helps you watch learning videos and share the results. However, Unity is not a traffic that an individual can handle because the build is large. That's why you can actively use this free service and brag about it. upload page: link The icon part in the middle is a button. When you press it, it asks you to upload a zip file. When you build a web, these files will appear and you can compress them to create a  result.zip file. When uploading, - Build file.zip - Icon image - If you have a video (optional) - Title - Description You can write these. If you are already preparing to upload to the app store, it will be easy. This is a good service.

v30 update released

Image
- Changed life deduction method - Fixed GameOver bug - Added skill icon It has been released in many countries including the US.