Problem with a loading bar in an unity game [closed] - c#

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 hours ago.
Improve this question
I am currently facing a problem with a loading bar. I've seen the tutorial videos on how to make one in Canvas pretty easily. But my problem is that I don't need it in canvas, I need it to be like a GameObject that I could instantiate in a specific spot. Thanks in advance!

Related

Can you make a listview or similar of small functional forms or equivalent as shown in picture? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 years ago.
Improve this question
I need to make a list(view?) containing individual forms, or objects that can mimic my needs (buttons, labels, images) preferably resizeable if a button is pushed so I can expand downwards and show a textbox that can contain info and/or be edited)
Problem is olved using TaW suggestion in the comments above.
Many thanks

How to play an animation on click in Unity? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 years ago.
Improve this question
All I want is to play a 2D animation when I click. The problem Is that I have no idea how the animator controller works.
After going to googles third page, I found a question with an answer which had animator.Play("anim"); and that finally worked. Of course I had to make the animation controller, but I didn't have to make any transitioning stuff. All i could see before is some complicated Animator Controller transitioning and too old code like animation.Play. Oh and I found that on freaking quora.com .

Creating Notification Form like Antivirus [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 9 years ago.
Improve this question
I have an programme that in his load test to show up an Notification
if (DateTime.Today.ToString() == AlreadyDate)
{
formNotification.show();
}
its succed to show but i want it to show like an antivirus notification
Thanks <3
Maybe this WPF library can help you http://www.hardcodet.net/wpf-notifyicon

What do I do if I want to draw some text on other program? [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 years ago.
Improve this question
I want to write a helper program to display some text on the other program. e.g.: I can display my guess on tiles in minesweeper in windows.
update 0906: I don't need inject a program, I can just check pixels on screen and show some text on screen. Is there some idea?
How can I do this?

QR Code reader in webpage [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 5 months ago.
Improve this question
I'm looking for a way to make something very similar to this http://blog.jactionscripters.com/2009/05/23/introduction-of-qr-code-reader-library/ on my asp MVC 3 project. It is a QR Code Reader, not generator. I want it to be displayed on a View and serve as an input.
Could anybody point me in the right direction to do this? Any links or library info would be appreciated.

Categories

Resources