Thursday 3 October 2013

WeChat Unity iOS Plugin




===============
=== Features ===
===============
  • Launch WeChat app on you ios device
  • WeChat share news
  • WeChat share text
  • WeChat share image
  • WeChat share music
  • WeChat share video
  • WeChat share timeline / contact switch

============
How to use it
============
Please drag WeChatObject prefab from the WeChat asset folder to your scene and make sure you have replace with your WeChat App Id (WeChat.cs line16). After that, you just have to initialize this plugin by invoke the function WeChat.Instance.Init();

Important: For developers that do not know how to obtain WeChat App Id, please register your app at http://dev.wechat.com


===========
Delegates
===========
To simplify your task and make the app easy for manipulate, we expose to your scripts by delegates:
OnCallback : Listening callback message from WeChat. There have few callback message such as success, fail, error and so on. Please refer to demo scene on how to listen onCallback delegate.


=========================================
Methods and properties exposed to your scripts
=========================================
  • WeChat.Instance.Init is a initialize function, which required to invoke before any other function/method.
  • WeChat.Instance.OpenWXApp is a wechat app launching function which launch wechat app from you device
  • WeChat.Instance.ShareNewsContent allow you to share news to your wechat app
  • WeChat.Instance.ShareTextContent allow you to share text to your wechat app
  • WeChat.Instance.ShareImageContent allow you to share image to your wechat app
  • WeChat.Instance.ShareMusicContent allow you to share music to your wechat app
  • WeChat.Instance.ShareVideoContent allow you to share video to your wechat app
  • WeChat.Instance.IsWXAppInstalledAndSupported allow you to check wechat app is installed on your device and it API support version.
  • WeChat.Instance.OpenWXAppOnAppStore launch wechat install link thru AppStore.

===================
===== Download =====
===================
Please download the wechat ios unitypackage from here.


Thank you for using our WeChat iOS plugin. Don't forget to add your review on the Store!
Please do not hestitate to contact me if you have any issue or bug encounter during integration. licco.wee@gmail.com

Wednesday 4 September 2013

Malaysia Games Companies 2015



  1. Activate
    http://www.activateplay.com
  2. Appxplore 
    http://www.appxplore.com/
  3. WIGU Games
    http://www.wigugames.com
  4. Mediasoft Entertainment
    http://www.vmediasoft.com/
  5. Nexx Studio
    http://www.nexxstudio.com/
  6. Top Fun Cool
    http://www.facv.net/
  7. Fun Together
    http://www.funtogethergames.com/
  8. Lemon Sky Games
    http://www.lemonsky.tv/games/index.html
  9. Streamline Studios
    http://www.streamline-studios.com/
  10. Hezmedia Interactive
    http://hezmedia.com/g1/
  11. Kurechii Studio
    http://kurechii.com/
  12. Zombie Gecko
    http://www.zombiegecko.com/
  13. Common Extract
    http://www.commonextract.com/v2/
  14. Funnel Asia
    http://funnel.my/
  15. Sherman3d
    http://www.sherman3d.com/news.php
  16. Javelin
    http://javelin.com.my/
  17. Liquid Rock Games
    http://www.liquidrockgames.com/
  18. Ninety Nine Works
    http://www.ninetynineworks.com/
  19. Xadira
    http://www.xadira.com/
  20. Tomato Animation
    http://www.tomatoanimation.com/
  21. Fencing Fleas
    http://fencingfleas.com/v2/
  22. Big Bad Robots
    http://www.bigbadrobots.com/
  23. Terato Tech
    http://www.teratotech.com/
  24. Frogtale Studio
    http://www.frogtalestudio.com/
  25. Flystudio
    http://flystudio.my/
  26. PolyAssets United
    http://www.polyassetsunited.com/
  27. Dwarven Designs
    http://dwarvendesigns.com/
  28. Codemasters Game Studio
    http://codemasters-training.my/

Please drop me an email if your company do not appear from the list above, so I can add it into this list. Thanks =]

Do interest game company on Singapore? Here to go

Singapore Games Companies 2015



  1. Activate
    http://www.activateplay.com
  2. Adumsoft
    http://www.adsumsoft.co.nr
  3. Asiasoft Online Pte Ltd
    http://www.asiasoftsea.com
  4. Boomzap Entertainment
    http://www.boomzap.com
  5. Cabal Entertainment Software
    http://www.cabalsoft.com
  6. Corous360
    http://www.corous360.com
  7. Daylight Studios
    http://www.day-lightstudios.com
  8. Double Negative Singapore
    http://www.dneg.com
  9. Electronic Arts
    http://www.ea.com/asia
  10. Garena Online Pte Ltd
    http://www.garena.sg/
  11. Immersive Play Spaces Pte Ltd
    http://www.ipspaces.com/
  12. Interactive Digital Dreams Pte Ltd
    http://www.id-dreams.com/en/
  13. L.A.I Singapore Pte Ltd
    http://www.laigames.com/
  14. Magma Studios Pte Ltd
    http://www.magma-studios.com/
  15. Nabi Studios Pte Ltd
    http://www.nabistudios.com/
  16. Nexgen Studio Pte Ltd
    http://www.nexgenstudio.com/
  17. Nordasia Partners Pte Ltd
    http://www.nordasiapartners.com/
  18. Personae Studio
    http://www.personaestudios.com/
  19. Planet Arkadia Pte Ltd
    http://www.planetarkadia.com/
  20. Playware Studios
    http://www.playwarestudios.com/
  21. RedSteam Gameloft
    http://redsteam.net/
  22. Rock Nano Private Ltd
    http://web.rocknano.com/
  23. TheMobileGamer Pte Ltd
    http://www.tmgamer.co/
  24. Think! Studio
    http://www.thinkstudio.com.sg/
  25. Van der Veer Games
    http://www.vanderveergames.com/
  26. Weike Gaming Technology
    http://www.weikegaming.com/
  27. WooWorld Pte Ltd
    http://www.wooworld.net/
  28. Zealot Digital Pte Ltd
    http://www.zealotdigital.com/
  29. ZelRealm Interactive
    http://www.zelrealm.com/
  30. Zingmobile Pte Ltd
    http://www.zingmobile.com/

Please drop me an email if your company do not appear from the list above, so I can add it into this list. Thanks =]

Do interest game company on Malaysia? Here to go

Sunday 7 July 2013

iYoutube Unity iOS Plugin


IYoutube is a light plugin for you to play youtube video thru unity control. By using the light plugin, you just have to pass in the youtube url and others required parameter. This plugin will play the video on the iOS Movie Player natively if you pass in the correct parameter.

========================
======= IMPORTANT =====
========================
For some reason, youtube have update their new API and old version of iYoutube plugin does not seem to work anymore. I have update the plugin recently and publish to Unity Asset Store, you may grab the plugin from the hyperlink. Thanks :-)

PS : It is working for both iOS and Android now!!!


===================
====== Donation =====
===================
1. You can also make donation for using this plugin. Thanks you.



==================
== Support Platform ==
==================
1. iOS (Universal)
2. Android (Phone and Tablet)
3. Unity minimum version 4.1.3


Note* : Inside package will have a DemoScene,  plugins and scripts folder. You can refer on how to use this function thru DemoScene or IYoutube unity script.
Any problem you encounter of integration plugin issue, please drop me an email (licco.wee@gmail.com)


=======================
== Static Method Provided ==
=======================
/// <summary>
/// Play the youtube video.
/// </summary>
/// <returns>
/// Return true if the video play successful.
/// </returns>
/// <param name="url">youtube url, example http://www.youtube.com/watch?v=yCKSxEgz2XI </param>
/// <param name="quality">few quality available for youtube video, such as (hd720, medium, small). Pass in the correct string for quality
/// you need to play </param>
public static bool PlayVideo(string url, string quality);


/// <summary>
/// Gets the youtube thumbnail URL by youtube video url. This allow you to load the thumbnail texture by using unity WWW.
/// </summary>
/// <returns>
/// Return for the youtube thumbnial url.
/// </returns>
/// <param name='url'>youtube url, example http://www.youtube.com/watch?v=yCKSxEgz2XI
/// </param>
/// <param name='size'>
/// Size of the thumbnail > (default, medium, high and max), 4 selection for the thumbnail size.
/// </param>
public static string GetYoutubeThumbnailURLByURL(string url, string size);


/// <summary>
/// Gets the youtube thumbnail image by byte data.
/// </summary>
/// <returns>
/// Return for the thumbnail image data.
/// </returns>
/// <param name='url'>youtube url, example http://www.youtube.com/watch?v=yCKSxEgz2XI
/// </param>
/// <param name='size'>
/// Size of the thumbnail > (default, medium, high and max), 4 selection for the thumbnail size.
/// </param>
public static byte[] GetYoutubeThumbnailQuick(string url, string size);