Skip to content

ThirteeNov

Source Codes & Coding Tutorials

  • My YouTube Channel
  • My GitHub Page
  • About me

Author: Habibie

How to find an element from a jQuery AJAX response with jQuery .find() method

June 13, 2021 Habibie

If you are a jQuery luver, you must know how to use jQuery Post and Date functions. Recently I’ve been working on a project, that involves this jQuery Get thingy like this: But, unfortunately it did not work. If you are facing the same case...

How to use Deep Linking feature in 3D Vista and some useful JavaScript method calls

May 29, 2021May 30, 2021 Habibie

Hello, and here is my first blog post about 3DVista, a nice 360 virtual tour software. Deep linkings I want to share some deep linking features that we can use in 3DVista: Deep link for focusing to some element/hotspot, for example “painting1”: You can also...

How to get rid of this error alert: CORS header ‘Access-Control-Allow-Origin’ missing

May 29, 2021May 29, 2021 Habibie

If you are working on web development, sometimes you face this problem, for example you want to include/access some files that are not on your current website domain and then you got this error message on your dev console log: CORS header ‘Access-Control-Allow-Origin’ missing How...

Electron Uncaught ReferenceError: require is not defined 2021 even nodeIntegration is true

May 23, 2021May 23, 2021 Habibie

This “require is not defined” is pretty annoying to me as Electron user. Last year when I got this problem, I can simply solve it by adding: nodeIntegration: true. But this time, on 2021, this problem comes again. So to solve it we need to...

How to start to make your first Electron js app

May 23, 2021May 23, 2021 Habibie

Let’s go to the point. First of all you must download and install NodeJS. After it’s installed, you’re ready to start to make new project. Open your Command Prompt, in Windows for example. Go to any folder/directory. Make new folder for your project, and go...

Unity Random Spawn Grid : Free script to randomly spawn objects in grid formation

April 16, 2021April 16, 2021 Habibie

If you want to spawn your prefab based on an imaginary grid, you can use this script. For example you want to create a scene with a lot of asteroids across the player, you can make an empty game object, attach this script and set...

How to play some audio and sound files by clicking some buttons respectively in Unity

April 9, 2021April 16, 2021 Habibie

Create a script in your Unity editor and name it MyAudioManager.cs Then paste this code: And watch the video for more steps: Then you will know how to play multiple audio sound files by clicking some buttons on Unity 😀

Fixing another problems on this Unity airplane game: it should not maneuver and glide on the ground

April 1, 2021April 1, 2021 Habibie

Yet there are still problems in this airplane system, it is able to rotate left and right, up and down, when it is on the ground. It should do that only when it’s flying. Another problem is when I start the engine and slightly slide...

How to make this airplane glide when the engine is suddenly stopped

March 31, 2021March 31, 2021 Habibie

On my previous video I fixed the gravity problem. Now the airplane is not stuck on the air when the engine is stopped. It is falling down. But problem is, it is immediately falls down without little bit gliding forward just like real aircrafts. So...

How to fix gravity problem on this aircraft game development

March 31, 2021March 31, 2021 Habibie

In this video I will fix the problem of my airplane. Which is the airplane is not falling down when I stopped the engine. After fixing this issue, you will see that the airplane will fall down after you stopped the engine. Check out the...

How to add wing flaps to your airplane in your aircraft unity game development

March 31, 2021April 1, 2021 Habibie

I did make a simple aircraft controller in Unity, and this time in this video I will add wing flaps to my aircraft. Wing flaps is some small wing objects in airplane wings that somehow rotates to control the aircraft movement. In this video I...

How to add a slider to control your airplane thrust and speed in Unity

March 30, 2021 Habibie

In this video I’ll be showing you how to add a slider UI to your Unity games, and how to pair and connect it to the aircraft to control its speed. So the airplane by default is sitting on a runway. Then we can slide...

How to add slide left and right rotation and on screen buttons to your airplane in Unity

March 30, 2021 Habibie

In this video I’m showing you how to rotate your aircraft in your Unity airplane game left and right (I mean to slide it left and right) both by using keyboard buttons (Q and E buttons) and also with touch screen buttons. So yes, this...

How to add aircraft controller buttons for your airplane game in Unity

March 30, 2021January 29, 2022 Habibie

In this video I will continue my tutorial about how to make airplane game in Unity. This part is about how to add buttons to control your aircraft. So basically we add 6 buttons on the game UI, two for left and right rotation, 2...

I always forget what kind of scale modes does Phaser js has. So here is the list…

March 29, 2021 Habibie

I wrote this list of scale modes of Phaser engine, so later if I forgot I can take a look at it easily:

Getting started to make an aircraft that can take off and be controlled using WASD keyboard buttons on Unity

March 27, 2021March 27, 2021 Habibie

In this video I am trying to make an airplane that can take off and be controlled using my WASD buttons on my keyboard. It is somehow an experiment and also a tutorial, so please don’t be mad if I made mistakes in this video...

Unity Random Prefab Spawner Script

March 15, 2021March 15, 2021 Habibie

This script that I want to share with you is a simple script to generate randomly spawned prefab objects across your Unity scene. To use it, first make some multiple empty game objects as spawn points on your scene at different positions. Then apply a...

How to fix this Unity error: unity Exception in thread “main” java.lang.NoClassDefFoundError: javax…

March 13, 2021March 23, 2021 Habibie

It’s somehow annoying when I got this error in Unity: unity Exception in thread “main” java.lang.NoClassDefFoundError: javax/xml/bind/annotation/XmlSchema I got this error when I tried to add new GoogleMobileAds package to Unity. I got the error when I build my project. After googling around, finally the...

Easiest way to save a List variable to PlayerPrefs in Unity

March 13, 2021March 13, 2021 Habibie

Using PlayerPrefs in Unity is very useful to save and load user/player’s game data. But, problem is our player data is not always as simple as single string, or integer or float value of variable. For example, how do we store a List to PlayerPrefs?...

How to type something then it should redirect us to another page in HTML and JavaScript

March 12, 2021March 12, 2021 Habibie

I made this tutorial to answer a question asked to me about how to make something that if we type a word than it redirects us to some page. So I do this in HTML and JavaScript, and I hope I did not get it...

Posts navigation

Previous 1 2 3 4 … 15 Next
ciihuy2020

Welcome!

  • My YouTube Channel
  • My GitHub Page
  • About me

Categories

  • 3DVista
  • Android
  • Apache
  • C#
  • Cordova
  • Electron & Node JS
  • HTML5, CSS & JavaScript
  • iOS
  • Let's Make Unity Games
  • Misc
  • Photoshop
  • PHP
  • Unity
  • WordPress

Recent Posts

  • Unity lens flare is not working, what should I do?
  • Be careful with malicious script attacking WordPress sites
  • Useful JavaScript snippet when you are watching YT Videos
  • Some C# methods to write and read files, creating a folder and listing files inside it
  • Introducing UniCipher : encrypt your playerprefs and any string to make them unreadable
  • Unity navigation tabs tutorial
  • 2D Object Movement Touchpad Script for Unity
  • PHP JSON to Unity C# and Vice Versa
  • How to check whether the device is connected to internet or not in Unity
  • Unity Useful Snippets
  • How to click and detect an object in Unity3D?
  • How to remove all thumbnails from wordpress posts
  • How to find duplicated words in Notepad++
  • How to play any YouTube video dynamically using YouTube iFrame API + autoplay on mobile devices
Copyright © ThirteeNov

Minimalist Theme by WPVKP.