↓ Skip to Main Content
Finalmarco's corner

Trying to do things

Main Navigation

  • Finalmarco’s Corner
  • Unity 5
  • Woocommerce
  • Tricks & Fixes
  • About Me
Home › Unity 5 › Archive for Others

Category: Others

Duplicate the customer user roles in woocommerce via code

By Finalmarco Posted on 5th October 2020 Posted in Others No Comments

In particular cases, it can be useful to add a user roles group cloned.As you know the default groups in Worpress are Administrator, Editor, Author, Contributor, Subscriber.Woocommerce adds the following: Shop manager and Customer.The following code lets you create a …

Duplicate the customer user roles in woocommerce via code Read more »

Text to Speech crash on unity 5

By Finalmarco Posted on 2nd January 2016 Posted in Others No Comments

I’m working on a stable and updated text to speech for unity 5 click here for description examples and code If you are trying the “DaG_II first attempt (here)” to make unity talk on windows, using MSDN SAPI, your build version may crash …

Text to Speech crash on unity 5 Read more »

Scene pause Unity 5 (c#)

By Finalmarco Posted on 1st December 2015 Posted in Others, Unity 5 No Comments

Pausing a scene using UnityEngine; using System.Collections; //Finalmarco.com public class PausaGioco : MonoBehaviour { bool paused = false; void Update () { if(Input.GetKeyDown(“p”)) { gamePaused(); } } void OnGUI() { if (paused == true) { GUILayout.Label(“GAME IS PAUSED”); if(GUILayout.Button (“CLICK …

Scene pause Unity 5 (c#) Read more »

Tagged with: c#, game, unity

Recent Posts

  • Hide some products form google on woocommerce
  • Duplicate the customer user roles in woocommerce via code
  • Remove, not hide, options from variables dropdown menu in wooCommerece’s product pages
  • Add custom fields to variation in wooCommerce admin panel
  • Text to Speech crash on unity 5

Please Donate

Recent Comments

  • Remove, not hide, options from variables dropdown menu in wooCommerece's product pages - Finalmarco's corner on Add custom fields to variation in wooCommerce admin panel
  • Ross on Text to speech for unity 5
  • Jasmine Marcial on Text to speech for unity 5
  • Finalmarco on Text to speech for unity 5
  • Southgarden on Text to speech for unity 5

Archives

  • October 2020
  • January 2016
  • December 2015

Categories

  • Blind project
  • General
  • Others
  • Random Tips
  • text to speech
  • Tricks & Fixes
  • Unity 5
  • Woocommerce
  • Wordpress
© 2021