Is it possible to access Photoshop file (.psd) in Unity3d?
I want to enable/disable layer of .psd file in unity3d using C#. Is it possible to access photoshop file in unity3d? Thanks
I want to enable/disable layer of .psd file in unity3d using C#. Is it possible to access photoshop file in unity3d? Thanks
I've been searching on the internet for a possible solution, but I have not been successful. How can I publish a ASP.NET MVC website on plesk? I uploaded my whole solution in the file manager, but it does not find…
I've recently started to work with the telegram api. In the first stage, I made a request to receive auth_key. This is my c# code : // auth_key_id in unencrypted message is ZERO Int64 auth_key_id = 0; // this is…
I'm currently stuck on a video projet from pictures. Problem : I'm extracting pictures from UE4, due to a bug, not all lights are taken into account during the rendering of the screenshot. Output are HDR images. I want to…
How Use Telegram API in C# With SharpTelegram i use this https://github.com/Everbytes/SharpTL seed message to phone number have telegram in c# i need sample use of this lib tanx
I'm using the ImageResizer .net library. It works as expected, but one image messes around. I've uploaded the image below. I've already tried some things like format=jpg&quality=100, only width=220, also different sizes, but it always adds this blurry border around…
I've written an application that segments an image based on the text regions within it, and extracts those regions as I see fit. What I'm attempting to do is clean the image so OCR (Tesseract) gives an accurate result. I…
I wrote a program in Turbo C++, and compiled it there. Everything was successful, and the program ran as expected. Now, I want to run the program as an exe file. I found the exe file in a separate folder…
If we want to slide the screen, we need some events. Like Mouse Move Event, Mouse Down Event, Mouse UP event But the problem is we only can do some animation only when the finger touch the screen, I mean:…
getFullUser a method in Telegram API that returns extended user info by ID. https://core.telegram.org/method/users.getFullUser My question is how I can get the user id from telegram username to use with this method. For example this is my username : telegram.me/androidsoftware…