1

Manager Unity Software Developer Jobs in McAllen, TX

We are looking for Software Engineers that want to help Citamed get to the next level. If working ... Be able to manage priorities, constant changes, and new requirements while maintaining a high level ...

Data Engineer

Mercedes, TX ยท On-site

$107K - $129K/yr

Manage version control, CI/CD pipelines, and collaborative development workflows using Git-based ... Working knowledge of Git-based platforms such as GitHub or Azure DevOps for version control ...

Mechanical Design Engineer

Weslaco, TX ยท On-site

$70K - $85K/yr

This role involves using computer-aided design (CAD) software and other tools to create sheet metal ... Experience with parts data management systems such as Windchill PLM and SAP ERP (BOMs, part ...

All other duties assigned by management. QUALIFICATIONS: Graduate Engineer is required to demonstrate computer literacy and proficiency with Microsoft Office software, have obtained a 4-year degree ...

... roles and software engineering careers. * Conceptual Teaching & Problem-Solving: Skilled at ... managing deployment environments. Adapts instruction using project-based learning, code reviews ...

next page

Showing results 1-20

Manager Unity Software Developer information

See McAllen, TX salary details

$10.4K

$132.2K

$153.9K

How much do manager unity software developer jobs pay per year?

As of Jun 15, 2026, the average yearly pay for manager unity software developer in McAllen, TX is $132,243.00, according to ZipRecruiter salary data. Most workers in this role earn between $114,000.00 and $144,900.00 per year, depending on experience, location, and employer.

What went wrong with Unity?

Unity Software Developer roles have faced challenges such as technical issues with the Unity engine, delays in updates, and concerns over company management or strategic direction. These issues can impact project timelines and job stability for developers working with Unity tools and platforms.

Are Unity developers in demand?

Unity developers are in high demand due to the widespread use of Unity for game development, virtual reality, and interactive applications. Skills in C# programming and experience with Unity engine increase employability, and demand is expected to grow as these technologies expand across industries.

Why is Unity laying off employees?

Unity Technologies, which employs many software developers including those in roles like Manager Unity Software Developer, has announced layoffs due to restructuring efforts, market conditions, or shifts in business priorities. Such layoffs are often part of cost-cutting measures or strategic realignments to focus on core products and growth areas.

Is Unity still good in 2026?

Unity remains a popular game development platform in 2026, widely used for creating both 2D and 3D applications across various industries. As a Unity software developer, proficiency with the latest engine versions, scripting in C#, and understanding of AR/VR technologies are valuable skills to stay competitive.
What are popular job titles related to Manager Unity Software Developer jobs in McAllen, TX? For Manager Unity Software Developer jobs in McAllen, TX, the most frequently searched job titles are:
What job categories do people searching Manager Unity Software Developer jobs in McAllen, TX look for? The top searched job categories for Manager Unity Software Developer jobs in McAllen, TX are:
What cities near McAllen, TX are hiring for Manager Unity Software Developer jobs? Cities near McAllen, TX with the most Manager Unity Software Developer job openings:

Software Engineer

Citamed

San Juan, TX โ€ข On-site, Remote

Full-time

Posted 13 days ago


Job description

We are looking for Software Engineers that want to help Citamed get to the next level. If working within a Tech Startup, with other professionals that will push you to the limit is what you are searching for... then this is for you!
At Citamed, we strive for excellency at all levels of our business and operations. We pride ourselves for the attention to detail and the quality of our work. Therefore, we are looking for people that:
  • Want to learn about everything... and keep learning... always!
  • Are proactive and dynamic, with good attitudes and like having fun with coding and technology.
  • Extremely passionate about technology, software, and quality.
  • Ability to research, investigate, and study profoundly new technologies and best practices.
  • Be able to manage priorities, constant changes, and new requirements while maintaining a high level of quality and attention to details, due dates, and deliverables.
  • Be organized and able to work under pressure when necessary.

We also have some requirements for the opening:
  • Should have at least 2-3 years of experience in software and applications architecture and development.
  • Fully bilingual (verbal and written).
  • Knowledge of two or more of the following programming languages/frameworks/infrastructure: Visual Basic, C#, MS-SQL, Javascript, Groovy (Java), ReactJS, Amazon Web Services.
  • Availability to work in San Juan and with remote working options
Applicant should also answer the following questions related to the next code snippet.
01> var printers = [];
02> for(var i=0; i<3; i++) {
03> printers[i] = function(){
04> myCoolPrinter(i);
05> };
06> }
07> for(i=0; i<3; i++) {
08> printers[i]();
09> }
10> for(var j=0; j<3; j++) {
11> printers[j]();
12> }
13> function myCoolPrinter(v1){
14> // this function will print "v1"
15> }
DO NOT USE A COMPUTER TO RUN THE CODE ABOVE - we will know :). THE FOLLOWING QUESTIONS SHOULD BE ANSWERED BY MIND.
  1. Briefly describe lines 1-6.
  2. Briefly describe lines 10-12.
  3. Suppose that the function myCoolPrinter will output parameter v1 to the console. What will be the output?

PLEASE USE A COMPUTER TO RUN THE PREVIOUS CODE SNIPPET TO ANSWER THE FOLLOWING QUESTIONS.
  1. Refactor function myCoolPrinter so that it outputs to the console (eg: use console.log). What is the output?
  2. Is the output different to the one in question #3, why?