
hasithdevs.wordpress.com
Hi-TechCode – Art of Modern TechnologyArt of Modern Technology
http://hasithdevs.wordpress.com/
Art of Modern Technology
http://hasithdevs.wordpress.com/
TODAY'S RATING
>1,000,000
Date Range
HIGHEST TRAFFIC ON
Wednesday
LOAD TIME
0.4 seconds
16x16
32x32
PAGES IN
THIS WEBSITE
5
SSL
EXTERNAL LINKS
0
SITE IP
192.0.78.12
LOAD TIME
0.412 sec
SCORE
6.2
Hi-TechCode – Art of Modern Technology | hasithdevs.wordpress.com Reviews
https://hasithdevs.wordpress.com
Art of Modern Technology
Unity 3d Android native plugin tutorial – Hi-TechCode
https://hasithdevs.wordpress.com/2015/07/07/unity-3d-android-native-plugin-tutorial
Art of Modern Technology. Unity 3d Android native plugin tutorial. July 7, 2015. July 7, 2015. Native plugins are important when we want to access native features. Of a device.this time I’ll show you how to create a native plugin for unity android. This example shows you how to display a native alertview. Here are the steps to create a project in Android. 1create new Android project. 2create a new class (in this case NativeBasics). Extend NativeBasics class using UnityPlayerActivity. You are commenting u...
Unity get mouse position with Raycast – Hi-TechCode
https://hasithdevs.wordpress.com/2015/06/13/unity-get-mouse-position-with-raycast
Art of Modern Technology. Unity get mouse position with Raycast. June 13, 2015. How to get click position with raycast in unity. If (Input.GetMouseButtonDown(0) { Vector3 pos = Input.mousePosition; pos = Camera.main.ScreenToWorldPoint(pos); Ray ray = new Ray(pos, Vector3.down); Debug.Log(pos); }. Put this code into update function. Cocos2d-x Port native java code using JNI(java native interface). Unity capture screenshot [Texture2d]. Leave a Reply Cancel reply. Enter your comment here. Apply effects to i...
unity 2d game object touch detection – Hi-TechCode
https://hasithdevs.wordpress.com/2014/11/09/unity-2d-game-object-touch-detection
Art of Modern Technology. Unity 2d game object touch detection. November 9, 2014. In this tutorial,I’m going to show you how to detect touch with unity 2d. Here is the code.simply place it in your “update” function. NOTE:don’t forget to add physics2d collider into your game object. Unity 2d detect tap with sprite. Unity 2d touch detection. Flex Mobile – compile and create apk. Cocos2d-x Port native java code using JNI(java native interface). Leave a Reply Cancel reply. Enter your comment here. Facebook&#...
Unity capture screenshot [Texture2d] – Hi-TechCode
https://hasithdevs.wordpress.com/2015/07/07/unity-capture-screenshot-texture2d
Art of Modern Technology. Unity capture screenshot [Texture2d]. July 7, 2015. July 7, 2015. Sometimes we need screenshots to share with social networks. Here is an example of getting screenshot as a texture2d in unity. Public static Texture2D getScreenTexture(){ Texture2D mTexture = new Texture2D(Screen.width,Screen.height,TextureFormat.RGB24,true); mTexture.ReadPixels(new Rect(0,0,Screen.width,Screen.height),0,0,true); mTexture.Apply(); return mTexture; }. Unity get mouse position with Raycast. Save ser...
cocos2d-x Port native java code using JNI(java native interface) – Hi-TechCode
https://hasithdevs.wordpress.com/2015/02/19/cocos2d-x-port-native-java-code-using-jnijava-native-interface
Art of Modern Technology. Cocos2d-x Port native java code using JNI(java native interface). February 19, 2015. In this example,I’m going to show you how to call a native java function in. Cocos2dx using JNI(Java Native Interface). Read JNI tipes for further details. Http:/ developer.android.com/training/articles/perf-jni.html. Unity 2d game object touch detection. Unity get mouse position with Raycast. Leave a Reply Cancel reply. Enter your comment here. Address never made public). End of gotenba trip...
TOTAL PAGES IN THIS WEBSITE
5
ඉ-නැණ පියස
ඉ-නැණ පියස. If you can't read this blog. අද දිනේ සහ දැන් වේලාව. අපි වෙනුවෙන් අපිම කැපවෙමු! අපි වෙනුවෙන් අපි. අපේ සංගමය. දැන්ම දාගන්න. ටෙක් කතා. බ්ලොග් අතීතය. මේ ප්රශ්නය ඔබේ Desktop එකේත් තියෙද? Firefox මගින් sites passwords hack කරමු. ඇයි XP වලට බැරිද? අපි වෙනුවෙන් අපිම කැපවෙමු! ඉ-නැණ පියසේ පරණ ලිපි. කියන්න කෂ්ටියටම ඇහෙන්න. මගේ සුමිතුරෝ. ලිපි රාක්කය. Office files to PDFs (1). PowerPoint Presentations to Flash (1). මේ ප්රශ්නය ඔබේ Desktop එකේත් තියෙද? Posted by ඉ-නැණ පියස. Monday, July 27, 2009. එවි...
Free Hosting - Domain Does Not Exist
Domain Does Not Exist. The web hosting account you're trying to reach no longer exists. This domain is currently available for registration with a FREE HOSTING. Just click the button below to get started, it takes less than 5 minutes to register and be online. Visit Our Community Forum. Or search our Knowledgebase. We provide you with a full web hosting account and the latest versions of PHP, MySQL, and cPanel. We. Also offer a one-click web software installation and an easy to use website builder!
Technology and all that | News, reviews and articles on technology and all that. Mainly focused around Web 2.0 and its applications
News, reviews and articles on technology and all that. Mainly focused around Web 2.0 and its applications. Technology and all that. Tweeting lightweight models and cost effective scalability. May 16, 2012. In Web 2.0. Web applications which utilizes this model on scalability would have the capability of implementing and releasing. New products to the market more efficiently and cost effectively without sacrificing the future growth. Furthermore, Twitter follows a unique revenue model with sponsorship adv...
Index of /
Web & UI Designer Front-end Developer. HI, I’m Hasitha Sandaruwan & Create Awesome Websites / Design Stuff…. Web Design & Development. We create unique, beautiful, clean and simple design that best represent your brand and which clearly communicates with your audience. Our optimized coding practice helps web pages load faster and index better on search engine results like Google with the right keywords. Domain & Hosting. If you have an enquiry regarding an exciting new project, or would like to discuss a...
Hasitha's Web Notes
Hi-TechCode – Art of Modern Technology
Art of Modern Technology. Remove AssetBundle cache in unity3d. November 15, 2017. November 15, 2017. Don’t forget to unload all loaded assetbundles before call Caching. Public static void CleanAssetBundleCache(){ Debug.Log(Caching.CleanCache ()? Cache in use)= }. Users name AppData LocalLow Unity WebPlayer Cache. Unity3d clean assetbundle cache. AES byte encryption and decryption in c#. December 14, 2016. What is AES encryption? How secure is AES encryption algorithm? Default(byte[]); } } } } }. You have...
Sri Lanka News and Views
Sri Lanka News and Views. Sri Lanka Politics, Government, Opposition, Current Affairs, News and Views. Tuesday, 28 July 2015. Racist Tactics in Sri Lankan Politics. Posted by Hasith Tennakoon. Sunday, 3 May 2015. SL Sheds Anti-Western Dogma: Nail in the Coffin for Separatists. Posted by Hasith Tennakoon. Friday, 9 January 2015. Presidential Election A Clear Mandate from People with a Strong Message. Posted by Hasith Tennakoon. Sunday, 23 November 2014. Posted by Hasith Tennakoon. Tuesday, 15 April 2014.
há sítios piores
A partir de hoje vou passar a estar aqui! 171;Este País É Uma Anedota. São da minha autoria os 12 cartoons originais incluídos em «Este País é uma Anedota, um livro com a chancela da arteplural edições que reúne mais de 300 anedotas sobre a crise, a bola, o fado e outras tragédias bem portuguesas. Disponível brevemente nas melhores livrarias do país! 171;Este País É Uma Anedota. Ver o meu perfil completo. Modelo Simple. Tecnologia do Blogger.
Has It Leaked?
Sunday, April 6, 2008. Mariah Carey - E=MC2. Has leaked, due out April 15. Subscribe to: Posts (Atom). Sunday, April 6, 2008. Cloudland Canyon - Lie in Light has leaked, due out April 29. Mariah Carey - E=MC2 has leaked, due out April 15. Friday, April 4, 2008. Constantines - Kensington Heights has leaked, due out April 15th. Russian Circles - Station has leaked, due out May 6th. The Courteeners - St. Jude leaked, due out April 8th. DEUS - Vantage Point has leaked, due out April 28th. The Notwist - The D...
Has it leaked? | Reports album downloads
How to use the site. How to use the site. A Perfect Circle : Eat The Elephant. Escape The Fate : I Am Human. Light The Torch : Revival. Thirty Seconds To Mars : America. Underoath : Erase Me. Breaking Benjamin : Ember. Rich The Kid : The World Is Yours. Kanye West : Turbo Grafx 16. Dance Gavin Dance : Artificial Selection. The Vaccines : Combat Sports. Receive email alerts when an album's download leaks Register. Eat the DJ: Why Playlists in restaurants suck. Help me add these albums. Light The Torch :.
SOCIAL ENGAGEMENT