It is necessary to add animation to the low-poly main character and give him the ability to hold a weapon (tool) that will aim at the cursor. The game is from a third-person perspective, with the camera behind the player and the cursor in the center of the screen. The character needs to be able to enter aim mode, the camera slightly zooms in, and the character should be able to use the tool (a laser tool for resource gathering). I have a ready animation controller from Synty - Third Person Controller. It can be used or the animation can be completely set up from scratch if that is easier. In the end, I expect a character that can select a tool (one large two-handed and two small ones), switch tools, aim, and have the head and the tool look at the point where the cursor is pointing.
Proposals concealed
Proposals are currently absent
-
Anton Kravtsov 29 December 2020Консольное приложение?
.NET Core или что-то иное?
Какие библиотеки/технологии используются?
-
Anton Kravtsov 29 December 2020если с SQL-сервером взаимодействие происходит в пределах "стандарта", то замена сервера будет несложной. А иначе надо будет адаптировать и SQL-запросы или даже саму БД.
В общему, нужно смотреть исходники :)
-
Yekaterina Oleynikova 4 January 2021перенос хранимых процедур за нами, возможно будет одни не сложный запрос.
Программа должна быть упакована в доккер-контейнер, в данном формате сможете решить задачу?
-
Yuliya Sokolova
29 December 2020
Консольное приложение,
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Threading;
using System.Data;
using System.Data.SqlClient;
-
Anton Kravtsov 29 December 2020работающее приложение С# (Windous) VisualStudio 2012
В VS2012 приложения на основе .NET Core собирать не получится:
NET Core development on Windows with Visual Studio requires:
- Visual Studio 2015 Update 3.3 or later
- NuGet Manager extension for Visual Studio
- .NET Core Tooling Preview 2
Если у вас есть возможность использовать Студию поновее, то задача решаема. Скиньте исходники в личные сообщения - проверю, реально ли их портировать. Использую VS2019.
-
Yekaterina Oleynikova 29 December 2020хорошо, уточним немного задачу и направим Вам более расширенное ТЗ.
Думаю ни каких противопоказаний против VS 2019 у нас нет
-
Denis Holius 29 December 2020а ведь можно просто запустить сборку для .NET Core в github под приватным репозиторием, и вы сразу поймёте, чего не хватает для работы в Linux
но в любом случае, прийдётся портировать софт на .NET Core, т.к. имеется своя специфика -
Aleksandr Kovalenko 30 December 20201. Перевод проекта на Net.Core
2. Компиляция под линукс.
3. Работа выполнена. -
Yuliya Sokolova
4 January 2021
Программа должна быть упакована в доккер-контейнер, в данном формате сможете решить задачу?