• Home
  • Credits
  • Affiliate Disclaimer
  • Privacy Policy
RSS
Code Saying
  • Java
  • Unity
  • Go
  • Node
Friday, 22 January 2021

Featured Posts

  • Custom Menu In Unity

    Custom Menu In Unity

    Posted on October 30, 2020 by code | 2 Comments
    What if I want to clear PlayerPrefs with a single click instead of a executing a script? What if I want to edit the Rigidbody Component? Unity Editor is flexible enough to allow you you extend it. That is to say, you can easily add Custom Menu in Unity with a few lines of code. Let…
    Read more »
  • Action Callback in Unity

    Action Callback in Unity

    Posted on June 28, 2020 by code | 0 Comments
    Delegate is a famous way to implement Callbacks in C#. Action is one such generic delegate type. Action Callbacks can be very handy in Unity programming. Let us learn how to use Action Callback in Unity. What is an Action? Action is a generic delegate type defined in the System namespace. Action objects return no values.…
    Read more »
  • Create a math game for kids using Unity Scripting

    Create a math game for kids using Unity Scripting

    Posted on June 13, 2020 by code | 0 Comments
    Kids games are quite popular these days. And maths is a subject that a student normally fears. How about creating a math game for kids in Unity? It would be learning in a fun way. Let us see a simple way to create a math game for kids using Unity Scripting. The problem set used…
    Read more »
  • Coroutines in Unity: Part 1 – Basics

    Coroutines in Unity: Part 1 – Basics

    Posted on April 25, 2020 by code | 0 Comments
    As per Unity docs, a coroutine is a function that can suspend its execution (yield) until the given YieldInstruction finishes. In other words, coroutines in Unity work like normal functions till they encounter a YieldInstruction. At this point, the coroutine is paused and the control returns to the function which called the coroutine in the…
    Read more »
  • Parse Xml in Unity3D

    Parse Xml in Unity3D

    Posted on April 21, 2020 by code | 0 Comments
    Have a .xml file that needs parsing in unity? Let us learn what is an xml file and how you can parse xml in unity3d. What is an Xml? XML stands for eXtensible Markup Language. It is a software- and hardware-independent tool for storing and transporting data. It can be used to save your data…
    Read more »
  • Cron Job in Nodejs

    Cron Job in Nodejs

    Posted on April 19, 2020 by code | 0 Comments
    In this blog, we will learn how to create a cron job in nodejs. For this, we will be using node package node-cron. Source code of this package can be found on Github using this link. So lets get started with it. First install node-cron as under Then, in the code, import this package as…
    Read more »

Latest Posts

Unity Bug, Unity iAP stuck!

Unity Bug, Unity iAP stuck!

Posted on June 12, 2019 by code | 0 Comments
Unity has a recent bug in its iAP. It, sometimes, gets stuck when we repeat a purchase. Try closing the application after purchasing a consumable item but before the purchase confirmation. Now again attempt the purchase. A popup is shown…
Read more »
Local Push Notifications for iOS: Unity3D

Local Push Notifications for iOS: Unity3D

Posted on May 5, 2019 by code | 2 Comments
Unity3D comes with an in-built setup for Local Push Notifications for iOS which is easy and efficient. With local push notifications, your app arranges the notification details locally and passes those details to the system which then handles the delivery…
Read more »
← Previous 1 2 3
  • Popular
  • Latest
  • Comments
  • Gradle:Part 3, Java project setup using gradle

    Gradle:Part 3, Java project setup using gradle

    August 4, 2019
  • Local Push Notifications for iOS: Unity3D

    Local Push Notifications for iOS: Unity3D

    May 5, 2019
  • Understanding Screen Point, World Point and Viewport Point in Unity3D

    Understanding Screen Point, World Point and Viewport Point in Unity3D

    December 18, 2019
  • Custom Menu In Unity

    Custom Menu In Unity

    October 30, 2020
  • Custom Menu In Unity

    Custom Menu In Unity

    October 30, 2020
  • Playing Video in Unity

    Playing Video in Unity

    July 6, 2020
  • Action Callback in Unity

    Action Callback in Unity

    June 28, 2020
  • Create a math game for kids using Unity Scripting

    Create a math game for kids using Unity Scripting

    June 13, 2020
  • code Hi You can use the following to achieve what you desire [Cus
  • Арсений I want to use an enum to specify which characters is the one
  • code Thank you Yomi
  • Yomi concepts are so much easier to understand if we can visualis

Founded By

profile for Dhruv Pal at Stack Overflow, Q&A for professional and enthusiast programmers

Get Updates on Facebook

© Copyright 2019 Code Saying · Designed by Theme Junkie
We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.Ok