HowTo: native Android plugins for Unity3D
Shows how to show native toasts and how to pass activity to a plugins that need context. However code is not really clean, better code example can be found here: https://github.com/Real-Serious-Games/Unity-Android-Plugin-Example/blob/master/UnityProject/Assets/BatteryLevelPlugin.cs
https://twnkls.com/en/blogs/howto-native-android-plugins-for-unity3d-2/
#native #plugin #android #toast
Shows how to show native toasts and how to pass activity to a plugins that need context. However code is not really clean, better code example can be found here: https://github.com/Real-Serious-Games/Unity-Android-Plugin-Example/blob/master/UnityProject/Assets/BatteryLevelPlugin.cs
https://twnkls.com/en/blogs/howto-native-android-plugins-for-unity3d-2/
#native #plugin #android #toast
GitHub
Unity-Android-Plugin-Example/BatteryLevelPlugin.cs at master · Real-Serious-Games/Unity-Android-Plugin-Example
A simple example of an Android specific plugin for Unity3d - Unity-Android-Plugin-Example/BatteryLevelPlugin.cs at master · Real-Serious-Games/Unity-Android-Plugin-Example
A very easy to read example on how to create a native plugins in Unity.
Logcat: shows how to pass arguments to native code
Toast: also shows how to use methods that require context to be used, e.g. passing UnityPlayer activity
https://github.com/matrosGS/Unity-NativePlugins
LogCat: https://github.com/matrosGS/Unity-NativePlugins/tree/master/AndroidNativePlugins/UnityLogCat
Toast: https://github.com/matrosGS/Unity-NativePlugins/tree/master/AndroidNativePlugins/UnityToast
#native #plugin #android #toast #logcat
Logcat: shows how to pass arguments to native code
Toast: also shows how to use methods that require context to be used, e.g. passing UnityPlayer activity
https://github.com/matrosGS/Unity-NativePlugins
LogCat: https://github.com/matrosGS/Unity-NativePlugins/tree/master/AndroidNativePlugins/UnityLogCat
Toast: https://github.com/matrosGS/Unity-NativePlugins/tree/master/AndroidNativePlugins/UnityToast
#native #plugin #android #toast #logcat
GitHub
matrosGS/Unity-NativePlugins
Contribute to matrosGS/Unity-NativePlugins development by creating an account on GitHub.
How A/B testing can help you optimize your mobile game
https://blogs.unity3d.com/ru/2020/07/13/how-a-b-testing-can-help-you-optimize-your-mobile-game/
#ab #testing #deltadna
https://blogs.unity3d.com/ru/2020/07/13/how-a-b-testing-can-help-you-optimize-your-mobile-game/
#ab #testing #deltadna
Unity Blog
How A/B testing can help you optimize your mobile game | Unity Blog
A/B testing takes away the guesswork from the process of improving games.
In games, at any one time, countless variables have an impact on each player’s experience. That variability has a knock-on effect and makes optimization a much more complex undertaking…
In games, at any one time, countless variables have an impact on each player’s experience. That variability has a knock-on effect and makes optimization a much more complex undertaking…
How to Find UIWebView Uses in Your iOS App
https://levelup.gitconnected.com/how-to-find-and-remove-uiwebview-uses-in-your-ios-app-d9395f7baacc
#uiwebview #error
https://levelup.gitconnected.com/how-to-find-and-remove-uiwebview-uses-in-your-ios-app-d9395f7baacc
#uiwebview #error
Medium
How to Find UIWebView Uses in Your iOS App
You may have seen a warning regarding UIWebView’s on a recent submission of your app. Find out how to remove it entirely from your app.
Delivering Optimized Metal Apps and Games - WWDC 2019 - Videos - Apple Developer
https://developer.apple.com/videos/play/wwdc2019/606/
#ios #optimization #video
https://developer.apple.com/videos/play/wwdc2019/606/
#ios #optimization #video
Apple Developer
Delivering Optimized Metal Apps and Games - WWDC19 - Videos - Apple Developer
Optimizing performance, memory, and bandwidth are important considerations for resource-intensive Metal apps and games. Learn key best...
unitytips: HelpBox Attribute (with docs button)
http://diegogiacomelli.com.br/unitytips-helpbox-attribute/
#helpbox #attribute
http://diegogiacomelli.com.br/unitytips-helpbox-attribute/
#helpbox #attribute
diegogiacomelli.com.br
unitytips: HelpBox Attribute (with docs button)
You can create a PropertyAttribute to display a help box on inspector showing a few lines of information, like EditorGUI.HelpBox, but with a docs button to the documentation page.
Юнит-тесты переоценены
A long read about problems with unit testing with ideas worth to think about
https://m.habr.com/en/company/qiwi/blog/510608/
#testing #unit #functional #e2e
A long read about problems with unit testing with ideas worth to think about
https://m.habr.com/en/company/qiwi/blog/510608/
#testing #unit #functional #e2e
Habr
Юнит-тесты переоценены
Предлагаем вам перевод поста «Unit Testing is Overrated» от Alex Golub, чтобы подискутировать на тему юнит-тестов. Действительно ли они переоценены, как считает автор, или же являются отличным...
🔒 Authentication in Unity (Login, Register & User Accounts) in 5 Minutes
https://medium.com/@grand_reality/authentication-in-unity-login-register-user-accounts-in-5-minutes-7c29f378153e
#auth #strapi
https://medium.com/@grand_reality/authentication-in-unity-login-register-user-accounts-in-5-minutes-7c29f378153e
#auth #strapi
Medium
🔒 Authentication in Unity (Login, Register & User Accounts) in 5 Minutes
I spent a while shopping around for a backend system for my game. The main initial requirement was for it to handle user authentication…
Build times: Get the details - Unity Technologies Blog
https://blogs.unity3d.com/2020/04/09/build-times-get-the-details
#build #report
https://blogs.unity3d.com/2020/04/09/build-times-get-the-details
#build #report
Unity Blog
Build times: Get the details | Unity Blog
Updated BuildReport API in Unity 2020.1 beta gives more details about the build times of your project, breaking them down to the asset level. This information will help you optimize your iteration times.
Jump to BuildOptions.DetailedBuildReport manual page…
Jump to BuildOptions.DetailedBuildReport manual page…
Не монолитом единым. Модульный подход в Unity
https://m.habr.com/en/post/511152/
#architecture #module
https://m.habr.com/en/post/511152/
#architecture #module
Habr
Не монолитом единым. Модульный подход в Unity
В данной статье будет рассмотрен модульный подход при проектировании и дальнейшей реализации игры на движке Unity. Описаны основные плюсы, минусы и проблемы с которыми приходилось...
Bringing native iOS frameworks into Unity games by hacking iOS methods! | Voodoo Engineering |
Example how to modify unity spalsh screen on iOS
https://medium.com/voodoo-engineering/bringing-native-ios-frameworks-into-unity-games-by-hacking-ios-methods-2c656d18cf9b
#native #ios #wrapping #swizzling
Example how to modify unity spalsh screen on iOS
https://medium.com/voodoo-engineering/bringing-native-ios-frameworks-into-unity-games-by-hacking-ios-methods-2c656d18cf9b
#native #ios #wrapping #swizzling
Medium
Bringing native iOS frameworks into Unity games !
If you work in the same field as I do, you know how difficult it can be to insert features — whether its ads or rewards or any other…
Ashley Alicea (@avashly) Tweeted: For real tho, don't forget how handy the Probuilderize feature is for quick edits on any mesh in your scene, even ones made outside of #Unity3D.
Just add ProBuilder from the Package Manager to use it. Great for asset modifications, splitting objects, & UV tweaks. #UnityTips https://t.co/AaazKXIQy4 https://twitter.com/avashly/status/1283024389181566976?s=20
#probuilder
Just add ProBuilder from the Package Manager to use it. Great for asset modifications, splitting objects, & UV tweaks. #UnityTips https://t.co/AaazKXIQy4 https://twitter.com/avashly/status/1283024389181566976?s=20
#probuilder
Twitter
Ashley Alicea
For real tho, don't forget how handy the Probuilderize feature is for quick edits on any mesh in your scene, even ones made outside of #Unity3D. Just add ProBuilder from the Package Manager to use it. Great for asset modifications, splitting objects, & UV…
Unity Unit Testing Advanced Tutorial - CI, Patterns, IDE Support & More - Let's Make a Game
A great article about basics of unit testing in Unity and how to run them on your CI
https://letsmakeagame.net/unity-unit-testing-advanced-tutorial/
#unit #testing
A great article about basics of unit testing in Unity and how to run them on your CI
https://letsmakeagame.net/unity-unit-testing-advanced-tutorial/
#unit #testing
letsmakeagame.net
Unity Unit Testing Advanced Tutorial – CI, Patterns, IDE Support & More
In this advanced tutorial let's go over useful attributes and asserts, naming conventions, arrange, act, assert pattern, running tests from console and IDE.
Add deep links to your Unity mobile apps for better user experience - Unity Technologies Blog
https://blogs.unity3d.com/ru/2020/07/16/add-deep-links-to-your-unity-mobile-apps-for-better-user-experience/
#deeplink
https://blogs.unity3d.com/ru/2020/07/16/add-deep-links-to-your-unity-mobile-apps-for-better-user-experience/
#deeplink
Unity Blog
Add deep links to your Unity mobile apps for better user experience | Unity Blog
Adding deep links within your Unity project is a simple way to drive users directly to specific content in a mobile app – no navigation required. That content becomes easily shareable and more interactive, bringing new users, guiding existing users to new…
Now You Can Choose High-Performing Unity Shaders
https://thegamedev.guru/unity-gpu-performance/shaders-performance-cost/
#shader #performance #gpu
https://thegamedev.guru/unity-gpu-performance/shaders-performance-cost/
#shader #performance #gpu
TheGamedev.Guru
Now You Can Choose High-Performing Unity Shaders
When choosing your next shader, you need to strike the balance between your dream visuals and the performance you take away. But how much performance do your shaders steal? Today, I'll give you handy tables so you can see the performance cost of the commonly…
Direct Unity Integration, Enhanced Parasolid Procedural Geometry Support, and X3D Import in CAD Exchanger SDK 3.8.1 | by CAD Exchanger
https://medium.com/@cadexchanger/direct-unity-integration-enhanced-parasolid-procedural-geometry-support-and-x3d-import-in-cad-42b38ae804c7
#cad #cadexchanger
https://medium.com/@cadexchanger/direct-unity-integration-enhanced-parasolid-procedural-geometry-support-and-x3d-import-in-cad-42b38ae804c7
#cad #cadexchanger
Medium
Direct Unity Integration, Enhanced Parasolid Procedural Geometry Support, and X3D Import in CAD Exchanger SDK 3.8.1
Greetings from the development deck! Meet the new CAD Exchanger release, which arrives on schedule despite all the challenging global…